MCQ Practice Single Best Answer Topic: ICSE Computer Application - Class X - 2025 PYQ

Q Which of the following is true for the given object creation statement?

Game cricket = new Game();

Question ID
#24157
Subchapter
ICSE Computer Application - Class X - 2025 PYQ
Action
Choose one option below

Choose Your Answer

Click an option to check whether your answer is 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: 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

Share this MCQ with your friends or study group.