
Originally Posted by
riteshkmirche
OOPS stands for Object oriented programming concept.
It basically designed on principle like Abstraction,Encapsulation,Polymorphism,Inheritance.
Abstraction-The ability of programmatic objects to represent real-world objects is called abstraction.
Encapsulation-Encapsulation is the concept that implementation of an object is independent of its interface.
Polymorphism-Polymorphism is the ability of different classes to provide different implementations of the same public interfaces.
Inheritance-For reusablily,such as using used functionaliy from existing one.