Computer Science, asked by harishu2005, 9 months ago

EXPLAIN THIS STATEMENT
subject computer=new subject ();

Answers

Answered by avinashmurmu99311
4

Explanation:

this statement is used to create object in java known as instansiation

where class name =subject

object name =computer

Similar questions