Basic concept of OOP
- OOP is defined as object oriented programing
- OOPS development is a new programing style having real world thinking
- it is not a programing technique
- So each and every programmer has his own way for thinking
- It has eight types
- object
- class
- data abstraction
- data encapsulation
- Inheritance
- polymorphism
- Dynamic binding
- Message Passing
No comments