Object meaning in object oriented programming
Answers
Answered by
2
What is an object ?
An object is an identifiable entity containing some special attributes or characteristics.
What is object oriented programming ?
Object oriented programming provides a modular approach which allows the data to be applied within a stimulated program area.
The object oriented program gives equal importance on objects and functions as well as data .
Features of OOP
(i) Encapsulation .
(ii) Data abstraction .
(iii) Modularity.
(iv) Polymorphism .
(v) Inheritance .
Similar questions