

InterviewSolution
Saved Bookmarks
1. |
Which of these is not a fundamental features of OOP?(a) Encapsulation(b) Inheritance(c) Instantiation(d) Polymorphism |
Answer» Correct choice is (c) Instantiation To explain: Instantiation simply refers to creation of an instance of class. It is not a fundamental feature of OOP. |
|