Objects Instantiations

Instantiation of a class literally means creating an instance of a class. This is the process of allocating memory for an object that you can use in your program i.e. you instantiate a class to create an object, a concrete instance of the class. The object is an executable file that you can run in a computer.


Post a Comment