ICSE Class 10 Computer Applications Question 10 of 30

Solved 2024 Question Paper ICSE Class 10 Computer Applications — Question 15

Back to all questions
15
Question

Question 1(xv)

If the name of the class is "Yellow", what can be the possible name for its constructors?

  1. yellow
  2. YELLOW
  3. Yell
  4. Yellow
Answer

Yellow

Reason — In Java, a constructor must have the same name as the class. It initializes an object when it is created. Since the class name is Yellow, the constructor's name must be exactly Yellow, matching the class name including capitalization.