Computer Science, asked by shourya45, 9 months ago

what is instantiation in Java​

Answers

Answered by parjanya29
0

Answer:

Instantiation is the creation of a new instance of a class and is part of object-oriented programming, which is when an object is an instance of a class. Think of the generic employee

Answered by VISHALKUMARV22
8

Answer:

The phrase “instantiating a class” means to create an object. A class provides the blueprint for objects, and we create an object from a class

Similar questions