Object Oriented Paradigm is a programming paradigm that uses ‘Objects’ to design applications and computer programs, it models the real world. This includes some unique concepts which overcome the drawbacks of fellow programming paradigms. In OOP, the emphasis is on data and not on procedures. C++ is a programming language which obey OOP features.
General Features of OOP Programming:
- Object
- Classes
- Data Abstraction
- Data Encapsulation
- Inheritance
- Modlarity
- Polymorphism
- Message Passing
- Dynamic Binding
You must also Learn about Examples of Object Oriented Paradigm


