Computer Science, asked by TbiaSamishta, 1 year ago

List the features supported by object-oriented programming languages.

Answers

Answered by haripriya1420
7
There are three major features in object-oriented programming:encapsulation, inheritance and polymorphism.
Answered by Secondman
0

"Encapsulation: Encapsulation enables the self-contained modules creation, which binds the functions. These data type are user-defined known as classes, and each instance of the class is an object.

Inheritence: Classes that are created in hierarchy. Inheritence allows the user to follow the method and structure of one class to other classes in the hierarchy.

Polymorphism: Polymorphism is defined as the capability of an object that can take different forms.

"

Similar questions