ICSE Class 10 Computer Applications
Question 1 of 24
Object Oriented Programming Concepts — Question 1
Back to all questions 1
Question Question 1
Write a short note on Object Oriented Programming.
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.