InterviewSolution
Saved Bookmarks
| 1. |
__ is a fundamental features of object oriented programming where one class can access all the non private properties of another class. |
|
Answer» Answer: Explanation: There are three major features in object-oriented programming that makes them different than non-OOP languages: encapsulation, inheritance and POLYMORPHISM. Encapsulation Enforces Modularity. ... Inheritance Passes "Knowledge" Down. ... Polymorphism Takes any SHAPE. ... OOP Languages. MRK BRAINLIST |
|