what is OOP .Name any 2 principles and features of OOP ?
Answers
Answered by
5
FEATURES:
√It follows bottom up programming approach.
√It focuses more on data rather than function.
√It has 3 types of access specifiers i.e.public,private & protected.
√It is highly useful to solve complex problem.
PRINCIPLES:
OBJECT
ENCAPSULATION
POLYMORPHISM
CLASSES
DATA HIDING
DYNAMIC BINDING
DATA ABSTRACTION
INHERITENCE
√It follows bottom up programming approach.
√It focuses more on data rather than function.
√It has 3 types of access specifiers i.e.public,private & protected.
√It is highly useful to solve complex problem.
PRINCIPLES:
OBJECT
ENCAPSULATION
POLYMORPHISM
CLASSES
DATA HIDING
DYNAMIC BINDING
DATA ABSTRACTION
INHERITENCE
Answered by
2
An object oriented programming refers to the type of programming where data and object are given equal importance and data is secured by hiding it .
Features are
1. Inheritance .
2. Data abstraction .
3. Encapsulation .
4. Modularity .
5. Polymorphism .
Similar questions