Thursday, 13 August 2015

OOP With C# Language

OOP:

C# is an object oriented programming language, which means that it is a true object oriented. C# supports all the key oop features like 

  • Object
  • Classes
  • Polymorphism
  • Abstraction 
  • Encapsulation
  • Inheritance 
Object:

Object are the basic run time entity in an object oriented system.
in other words object is an instance of classes.

Classes:

classes is a collection of objects of similar type.Once a class is defined,any objects can be created which belongs to the class.

Ploymorphism:







No comments:

Post a Comment