Advertisements
Advertisements
Question
Which of the following is true for the given object creation statement? Game cricket = new Game( );
Options
Game is an object of cricket class
New keyword creates object Game
Game is a class and cricket is an object
Game and cricket are objects
MCQ
Advertisements
Solution
Game is a class and cricket is an object
Explanation:
Cricket is an object of the Game class, created using the new operator in the statement Game cricket =new Game();
shaalaa.com
Is there an error in this question or solution?
2024-2025 (March) Official Board
