Question: Object - oriented programming ( OOP ) is a programming paradigm based on the concept of objects, which can contain data and code. The data

Object-oriented programming (OOP) is a programming paradigm based on the concept of "objects", which can contain data and code. The data is in the form of fields (often known as attributes or properties), and the code is in the form of procedures (often known as methods).
allows us to create a new class from an existing class.
means many forms or we can say that the word polymorphism means the ability to take more than one form.
is the process of hiding certain details and showing only essential information to the user.
refers to an objects ability to hide data and behaviour that are not necessary to its user.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!