Please enable JavaScript.
Coggle requires JavaScript to display documents.
OOP (Concepts (Abstraction, Encapsulation, Inheritance, Polymorphism),…
OOP
Concepts
Abstraction
Encapsulation
Inheritance
Polymorphism
Why?
Reusable
Maintainable
Basics
Object/
class
Anything interested - Ex: Customer, Vehicle, Account
Attributes/ Properties
Variable
Behaviors/ Service
Method
Messaging
What?
Programming using concept of
object