Computer Applications
Write a short note on Object Oriented Programming.
OOP Intro Java
384 Likes
Answer
Object Oriented Programming (OOP) is a programming paradigm which revolves around the behaviour of an object, and its interactions with other objects and classes. In OOP, the program is organised around data or objects rather than functions or procedures. It follows the design principles of Data Abstraction, Encapsulation, Inheritance, and Polymorphism.
Answered By
248 Likes
Related Questions
State whether the following statement is True or False :
Collectively, the values of an object's attributes represent the state of the object.
State whether the following statement is True or False :
Objects interact with each other through messages.
Explain the phrase, "Everything is an object".
What are the characteristics of object-oriented programming?