MCQ Single Best Answer Moderate

QWhich of the following is true for the given object creation statement?

Game cricket = new Game();

ID: #24157 ICSE Computer Application - Class X - 2025 PYQ 69 views
Question Info
#24157Q ID
ModerateDifficulty
ICSE Computer Application - Class X - 2025 PYQTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A Game is an object of cricket class
  • B New keyword creates object Game
  • C Game is a class and cricket is an object
  • D Game and cricket are objects
Correct Answer: Option C

Explanation

(c) Game is a class and cricket is an object
Explanation: Game is the class, new Game(); creates an object named cricket.

Share This Question

Challenge a friend or share with your study group.