• A Local variables have scope within the block where they are declared.
  • B Instance variables have scope within the class where they are defined.
  • C Class variables (static variables) have scope within the class and its subclasses.
  • D All of the above.
  • Share this MCQ