C++ Inheritance & Polymorphism: Multiple Inheritance & the Diamond Hierarchy

C++    |    Expert
  • 11 videos | 1h 21m 49s
  • Includes Assessment
  • Earns a Badge
Rating 4.8 of 8 users Rating 4.8 of 8 users (8)
C++ allows multiple inheritance, which means that one class can have more than one base. C++ also has some powerful mechanisms for dealing with edge cases such as the diamond hierarchy. You will start this course by learning the precise syntax which is required to implement multiple inheritance in C++, specifically, how it's important to have both base class access specifiers marked independently. You will then move on to the topic of a diamond inheritance hierarchy, in which the grandchild-level derived class has two parents, both of which inherit from the common, grandparent level base class. Finally, you will see how dynamic casts work in the context of an inheritance hierarchy, how these are a lot safer than static casts, and how they return a null value on failure when used with pointers but they throw an exception on failure when used with references.

WHAT YOU WILL LEARN

  • Discover the key concepts covered in this course
    Outline the concepts of multiple inheritance and the diamond hierarchy
    Perform multiple inheritance and explore naming collisions
    Use the ‘using’ keyword and implement virtual methods in multiple inheritance
    Demonstrate the diamond hierarchy and virtual public inheritance
    Perform c-style casts and recognize risks associated with them
  • Use c++-style static casts and contrast them with c-style casts
    Cast an object of one class to another class
    Perform dynamic casts
    Recognize errors and issues which can result with dynamic casts
    Summarize the key concepts covered in this course

IN THIS COURSE

  • 1m 57s
  • 6m 27s
  • Locked
    3.  Understanding Multiple Inheritance
    8m 3s
  • Locked
    4.  Implementing Virtual Methods in Multiple Inheritance
    8m 38s
  • Locked
    5.  Creating a Diamond Inheritance Hierarchy
    11m 28s
  • Locked
    6.  Using C-style Casts in C++
    9m 57s
  • Locked
    7.  Performing Static Casts
    6m 15s
  • Locked
    8.  Casting Objects
    7m 54s
  • Locked
    9.  Performing Dynamic Casts
    7m 26s
  • Locked
    10.  Exploring Errors Related to Dynamic Casts
    10m 46s
  • Locked
    11.  Course Summary
    2m 56s

EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE

Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.

Digital badges are yours to keep, forever.

YOU MIGHT ALSO LIKE

Rating 4.2 of 111 users Rating 4.2 of 111 users (111)
Rating 4.4 of 8 users Rating 4.4 of 8 users (8)
Rating 4.1 of 21 users Rating 4.1 of 21 users (21)

PEOPLE WHO VIEWED THIS ALSO VIEWED THESE

Rating 4.4 of 9 users Rating 4.4 of 9 users (9)
Rating 4.5 of 26 users Rating 4.5 of 26 users (26)
Rating 4.4 of 15 users Rating 4.4 of 15 users (15)