You would use the ____ operator to create a single instance of a named class.

A) new
B) dot
C) equals
D) none of the above

Showing Answers 1 - 4 of 4 Answers

prajkta

  • Feb 1st, 2006
 

You would use the _new___ operator to create a single instance of a named class

ex public class Xyz

Xyz x=new Xyz();

here x is instance of class Xyz using new operator

  Was this answer useful?  Yes

Deepika

  • Nov 28th, 2020
 

dot

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions