Object oriented properties
Object oriented Properties There are types of OOPS Inheritance Constructor Function overloading Class Security Error handling (exceptions) Polymorphism Inheritance Inheritance only use Multiple classes Types of classes in Inheritance 1.Base class 2.Derive class Rules of Inheritance 1.Inheritance cannot count main class 2.Only last class object create . syntax Derive class: base class Single Inheritance Only one base class and derive class. Multiple Inheritance class A show() classB display():A classC parameter():B classD view():C Inheritance with parameter eg. class A { public void show (int a) { C.W(a); } } Function Overloading Function name is similar but activities are different is called function overloading. C# maths function 1.Max function All math function stored in math library. syntax : consolewriteline(math. max(value)) C# string handling function C# Bullion Expression Bullion return two ...