Please enable JavaScript.
Coggle requires JavaScript to display documents.
OOP'S, Class is user defined data type, which holds its own members,…
OOP'S
characteristics
of OOP's
Class, Object
Re-usability, Relatable to real word
Encapsulation
Data hiding,
Conceptualizing
Polymorphism
Code Re-usablity,
Simplify
-
Abstraction
Data hinding,
and simplify
-
-
-
Access Specifire
Data
Hiding
Protected
Use within same class, and inheriting class
-
-
Class is user defined data type, which holds its own members, variables and member functions
-
Object is an instance of class, when created memory is allocated to member variables and functions
-