English, asked by mamtaranitiwari, 7 months ago

explain the following statement of java cricket match=new cricket( );​

Answers

Answered by nandinikashiv1523
1

Answer:

match is the object of class cricket.

Explanation:

it's the syntax to define a class:-

<class> <object> =new <class (as constructor)> ();

Similar questions