what are the different features of oops explain
Answers
Answered by
1
Answer:
There 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
Similar questions