-Introduction to Object oriented programming and Data Structures

12345678910111213141516
Across
  1. 3. Nodes connected by pointers
  2. 6. Storage used to organize and process data efficiently
  3. 9. Linear data structure following FIFO principle
  4. 12. Collection of elements stored sequentially in memory
  5. 13. Ability of an object to take many forms
  6. 16. Concept of showing only essential features
Down
  1. 1. Top-down approach dividing program into modules
  2. 2. Blueprint for creating objects in OOP
  3. 4. Concept of hiding data from outside access
  4. 5. Programming style or approach
  5. 7. Non-linear hierarchical data structure of nodes
  6. 8. Process of acquiring properties from another class
  7. 10. Programming based on data and behavior
  8. 11. Method or function that belongs to a class
  9. 14. Real-world entity created from a class
  10. 15. Data structure following LIFO principle