Inheritance – OOP | VB.NET



An introductory video about the concept of Inheritance in Object-oriented programming. First we define what Inheritance is, before having a go at implementing it in a VB.NET project.

Created for an A-level Computer Science course.

Timestamps:
0:00 – What is inheritance & theory
2:46 – Programming inheritance in VB.NET
9:25 – [Bonus]: List of common types