23AD401- Object Oriented Programming with java

12345678910111213141516
Across
  1. 4. A function inside a class
  2. 6. Access specifier with highest visibility
  3. 7. A real-world entity represented in program
  4. 11. Creating an object from a class
  5. 12. Feature that allows same method name with different parameters
  6. 15. Keyword used to prevent method overriding
  7. 16. A special method used to initialize objects
Down
  1. 1. Method called before an object is garbage collected (conceptual)
  2. 2. Method used to convert object into string representation
  3. 3. Process of hiding internal implementation
  4. 5. Method used to compare two objects for equality
  5. 8. Method used to start execution of a Java program
  6. 9. Keyword used to refer current object
  7. 10. Mechanism that allows one class to acquire properties of another
  8. 13. Runtime polymorphism is achieved using this concept
  9. 14. Method used to get class name of an object