What is Instantiation in terms of OOP terminology?

What is Instantiation in terms of OOP terminology in python? mcq and its answer is provided on this page.

OOP is an abbreviation of Object Oriented Programming.

In gengeral instantiation means to start, represent or preeced something as.

What is instantiation in terms of oop terminology?

Que. What is Instantiation in terms of OOP terminology?
a. a) Deleting an instance of class
b. b) Copying an instance of class
c. c) Modifying an instance of class
d. d) Creating an instance of class
Answer : d
Explanation : Instantiation refers to creating an object/instance for a class.


Comments