Super Keyword

123456789
Across
  1. 5. Method that overrides a superclass method
  2. 6. Class that inherits from another class
  3. 7. Class that is inherited from
  4. 9. OOP principle that allows code reuse
Down
  1. 1. Parent class in OOP
  2. 2. super keyword usage in Java
  3. 3. Accessing superclass members using super
  4. 4. OOP concept that allows inheritance
  5. 8. Keyword used to access superclass members
  6. 9. Inheritance relationship between classes