Saturday, October 3, 2009

Classes in C#

Introduction :

* C# is a true object oriented language.
* In C# , data items are called fields and the functions are called methods .


Priniples of OOPs:

* we know that all object oriented languages employ three core principles
a) Encapsulation
b) Inheritance
c) Polymorphism