Do not even dare to answer if you do not know the perfect answer
What are the characteristics of OOP??
NO SPAMMING
Answers
Objects.
Classes.
Data Abstraction.
Encapsulation.
Inheritance.
Polymorphism.
Dynamic Binding.
Message Passing
If you need explanation please comment
The characteristics of OOP ( Object oriented programming ) are as follows :
1) Data abstraction .
2) Encapsulation .
3) Inheritance .
4) Polymorphism .
5) Data hiding .
6) Class .
7) Object .
8) Modularity .
EXPLANATION :
Data abstraction refers to adding essential details without including background details .
Encapsulation refers to wrapping of data and functions into class .
Inheritance means the property of one data to inherit the properties of other data .
Modularity is the property of a program to be broken into many parts .
Data hiding restricts data accessibility thereby enhancing security .
Polymorphism is the property of a data to be expressed in more than one form .
Object is an identifiable entity with some attributes .
Class is a collection of similar objects .