Computer Science, asked by kandikiran0831, 7 months ago

Name the operator which is used to create the object of a class.


Answers

Answered by riyasharma92184
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 wahidahmadganaie
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