03 Feb 2015
what is OOPS
Object-oriented programming (OOP) is a programming paradigm based on the concept of “objects”, which are data structures that contain data, in the form of fields, often known as attributes; and code, in the form of procedures, often known as methods.
- Object
- Class
- Inheritance
- Polymorphism
- Abstraction
- Encapsulation