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.