- Back to Home »
- C#.NET »
- C#.NET OOPS
Posted by :
Sudhir Chekuri
Thursday, 31 December 2015
OOPS stands for Object Oriented Programming Structure.
It was a new approach in programming introduced in 1970's when a suffered problems with procedural programming languages like lack of security and reusability.
Object Oriented approach provides us security and reusability of the code.
To call a language as Object Oriented it needs to satisfy a set of rules prescribed by an approach. Those are:
It was a new approach in programming introduced in 1970's when a suffered problems with procedural programming languages like lack of security and reusability.
Object Oriented approach provides us security and reusability of the code.
To call a language as Object Oriented it needs to satisfy a set of rules prescribed by an approach. Those are:
- Encapsulation
- Abstraction
- Inheritance
- Polymorphism