OOPs Using JAVA_SCT_Pedagogy

1234567891011121314151617181920
Across
  1. 2. : Mechanism that allows one class to acquire properties of another
  2. 4. : Concept of hiding implementation details while showing essential features
  3. 6. : Collection of elements stored in indexed memory locations
  4. 7. : Technique of binding data and methods together in a single unit
  5. 13. : Independent path of execution within a Java program
  6. 15. : Ability of a method or object to take multiple forms
  7. 17. : Named memory location used to store a value
  8. 20. : Java structure used to define abstract methods implemented by classes
Down
  1. 1. : Providing a new implementation of a superclass method in a subclass
  2. 3. : Special method used to initialize an object when it is created
  3. 5. : Namespace used to group related classes and interfaces
  4. 8. : Keyword used for members that belong to the class rather than objects
  5. 9. : Keyword used to declare constants or prevent method overriding
  6. 10. : Function defined inside a Java class that performs a specific task
  7. 11. : Program that converts Java source code into bytecode
  8. 12. : Java Virtual Machine that runs compiled Java bytecode
  9. 14. : Specifies the type of data a variable can hold
  10. 16. : Defining multiple methods with the same name but different parameters
  11. 18. : Intermediate code generated after Java source code compilation
  12. 19. : Event that disrupts normal program execution and must be handled