Computer Applications
Creating an object of a class is also referred to as:
- Initialisation
- Creation
- Formation
- Instantiation
Objects & Classes
10 Likes
Answer
Instantiation
Reason — Creating an object of a class is referred to as instantiation.
Answered By
5 Likes
Related Questions
An object is an instance of a:
- function
- state
- data
- class
Which is a valid display() method declaration of a class Sample?
- Void Sample{int x}
- public void display()
- public void Show()
- Display{}
By default, a class is declared using the access specifier …………… .
- private
- public
- protected
- secured
Which keyword allocates objects in dynamic memory?
- this
- private
- new
- int