The OOP is a design philosophy. It stands for Object Oriented Programming. O bject- O riented P rogramming ( OOP ) uses a different set of programming languages than old procedural programming languages ( C, Pascal , etc.). Everything in OOP is grouped as self sustainable " objects ". Hence, you gain re-usability. **The important features of Object Oriented programming are: Inheritance - Inheritance is the method by which objects of one class get the properties of objects of another class. In object-oriented programming, inheritance provides the thought of reusability. Objects - Objects are primary run-time entities in an object-oriented programming. Objects occupy space in memory. Every object has its own properties or features. Classes - Class is a grouping of objects having identical properties, common behaviour, and shared relationship. Once a class has been declared, the programmer can create a number of objects associated with that class....
Entrepreneurship, Edu-Tech, Web Designer, Coder