LaunchCode logo
  1. Contents
  2. 21. Inheritance

21. InheritanceΒΆ

  1. 21.1. Inheritance in OOP
  2. 21.2. Inheritance in C#
    1. 21.2.1. Check Your Understanding
  3. 21.3. A Tale of Two Cats
    1. 21.3.1. Inheriting Fields and Properties
    2. 21.3.2. base
    3. 21.3.3. override
    4. 21.3.4. Object Class
    5. 21.3.5. Check Your Understanding
  4. 21.4. Inheriting from Abstraction
    1. 21.4.1. abstract Classes
    2. 21.4.2. abstract Methods
    3. 21.4.3. Check Your Understanding
  5. 21.5. Casting
    1. 21.5.1. Check Your Understanding
  6. 21.6. Testing Inheritance
    1. 21.6.1. Check Your Understanding
  7. 21.7. Class Diagrams
    1. 21.7.1. Diagramming a Single Class
    2. 21.7.2. Diagramming Class Relationships
    3. 21.7.3. Check Your Understanding
  8. 21.8. Exercises: Inheritance
  9. 21.9. Studio: Fun with Quizzes
    1. 21.9.1. Design
    2. 21.9.2. Implementation
    3. 21.9.3. Putting it All together
    4. 21.9.4. Commit Your Work
    5. 21.9.5. Bonus Missions
  • ← 20.9. Studio: Unit Testing
  • 21.1. Inheritance in OOP →

Back to top

Page Source