+ 2
what this statement is called. Class_name object=new class_name ();
Please tell me the exact technical word for this statement.
8 Answers
+ 6
Instantiation.
Edit: Corrected. Instanciation is the French word.
+ 3
instantiation* . it is done for creating an instance.
+ 3
creating an object
+ 3
creating an object of a class
+ 2
creation of (object )=instance of the class
+ 1
Creation of an instance of class
0
creating object
- 1
what is to be done