Name the operator which is used to create the object of a class.
Answers
Answered by
3
Answer:
Instantiation: The new keyword is a Java operator that creates the object. As discussed below, this is also known as instantiating a class. Initialization: The new operator is followed by a call to a constructor.
Answered by
1
Answer:
Constructor (object-oriented programming) In class-based object-oriented programming, a constructor (abbreviation: ctor) is a special type of subroutine called to create an object. ... Constructors often have the same name as the declaring class.
Explanation:
i hope it will help you if it then Mark as brainlliest.
Similar questions