ICSE Computer Application - Class X - Selection Examination - 2024-25 - MCQ - CALCUTTA PUBLIC SCHOOL - Quiz

  • A It refers to the current instance of the class
  • BIt is used to declare a constant variable
  • C It represents the return value of a function
  • D It is used to call a static method
  • ACall by reference
  • BCall by value
  • CCall by argument
  • DCall by method
  • AInteger wrapper class
  • BCharacter wrapper class
  • CBoolean wrapper class
  • DNone of these
  • AReducing code duplication and promoting code reusability.
  • BHiding implementation details.
  • CMaking all members private.
  • DEnabling polymorphism.