This book is now obsolete Please use CSAwesome instead.
11. Object-Oriented Concepts¶
- 11.1. Object-Oriented Programming Concepts
- 11.2. Objects and Classes
- 11.3. Inheritance
- 11.4. Specifying the Parent Class
- 11.5. Why Use Inheritance?
- 11.6. Association vs Inheritance
- 11.7. The Equals Method
- 11.8. Overriding vs Overloading
- 11.9. Using Super to call an Overridden Method
- 11.10. Access to Inherited Private Fields
- 11.11. Inheritance and Constructors
- 11.12. Abstract Classes
- 11.13. Inheritance and Interfaces
- 11.14. The Comparable Interface
- 11.15. Polymorphism
- 11.16. Common Mistakes
- 11.17. More Practice
- 11.18. Easy Multiple Choice Questions
- 11.19. Medium Multiple Choice Questions
- 11.20. Hard Multiple Choice Questions
- 11.21. Free Response Questions
- 11.22. Object-Oriented Summary
- 11.23. Code Practice with Object Oriented Concepts
- 11.24. Mixed Up Code Practice
You have attempted of activities on this page