Monday, 22 December 2014

Object Oriented Programming (OOP) concepts

OOP is a design philosophy. 
It is a programming methodology that uses Objects to build a system or web applications using programming languages like C#, Vb.net etc.
It is a programming model where programs are organized around objects and data rather than action and logic. 

Object Oriented Programming (OOP) concepts in C# means Abstraction, Encapsulation, Inheritance and Polymorphism.