Describe the key features of the object-oriented paradigm
Answers
Answered by
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