44.4k views
1 vote
Describe the three essential characteristics of an object fromthe perspective of object oriented paradigm.

1 Answer

2 votes

Answer:

Explained

Step-by-step explanation:

The three characteristics of an object

Encapsulation: It is the process of capturing data and securing it for safety from the outside interfaces. Binding data and operations of data into a single unit.

Inheritance: This is the process by which a class can be derived from the base class, with all features of base class and some of its own. This increases data reusability.

Abstraction: The ability to represent data at very basic level without showing the details of it is called abstraction.

User Barbushin
by
6.2k points