Computer Science, asked by prabhjotkaur4889, 10 months ago

Describe the key features of the object-oriented paradigm

Answers

Answered by aashishtiwari1818
0

Answer:

here are three major features in object-oriented programming: encapsulation, inheritance and polymorphism. Encapsulation refers to the creation of self-contained modules that bind processing functions to the data. These user-defined data types are called "classes," and one instance of a class is an "object."

Explanation:

Similar questions