

InterviewSolution
Saved Bookmarks
1. |
What is Instantiation in terms of OOP terminology?(a) Deleting an instance of class(b) Modifying an instance of class(c) Copying an instance of class(d) Creating an instance of class |
Answer» Right choice is (d) Creating an instance of class Explanation: Instantiation refers to creating an object/instance for a class. |
|