explain the following statement of java cricket match=new cricket( );
Answers
Answered by
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
Math,
3 months ago
Chemistry,
3 months ago
English,
7 months ago
Computer Science,
7 months ago
Accountancy,
1 year ago