December 2016
Beginner
800 pages
21h 23m
English
Object-oriented programming is based on four important aspects: encapsulation, abstraction, inheritance, and polymorphism. Inheritance is a powerful way to reuse attributes and is a stepping stone towards polymorphism.
In this lesson, you find out about
Inheritance in the context of programming
The C++ syntax of inheritance
public, private, and protected inheritance
Multiple inheritance
Problems caused by hiding ...
Read now
Unlock full access