Computer Science, asked by shruthi9909, 1 year ago

What do you mean by instantiation of an object ?

Answers

Answered by aqibkincsem
2

According to ‘object-oriented programming language’ instantiation refers to the creation of instances of an object.

Objects which are instantiated in the programming language are given names and created on disk or in memory with the help of specific structure which is being described within the class declaration in computer languages viz JAVA or C++.

Similar questions