Definition of object oriented programming
Answers
Answered by
1
Object-oriented programming (OOP) is a programming paradigm based on the concept of "objects", which may contain data, in the form of fields, often known as attributes; and code, in the form of procedures, often known as methods.
Answered by
6
What is object oriented programming ?
Answer :-
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