ICSE Class 9 Computer Applications
Question 15 of 17
Introduction to Object Oriented Programming Concepts — Question 15
Back to all questions 15
Question Question 15
Write a short note on the principles of Object Oriented Programming.
There are four principles of Object Oriented Programming:
- Data Abstraction — It refers to the act of representing essential features without including the background details.
- Encapsulation — It is a mechanism that binds the data and code (functions) together into a single unit.
- Inheritance — It is a powerful mechanism by which one class acquires the properties of another class.
- Polymorphism — It is the ability of a function or object to take on multiple forms.