MustInherit and MustOverride Keywords
Inheritance is powerful because it enables building custom objects’ frameworks. In this context, an object can represent the base infrastructure for different kinds of classes. You saw how the Person class is the base infrastructure for the Customer, Employee, and Contact derived classes. Because of its implementation, the Person class does nothing special. It has a generic behavior, and you will probably never create instances of that class; it is more likely that you will create instances of its derived classes. In this scenario, therefore, when you have a general-purpose base class that acts just as a basic infrastructure for derived classes, you can force a class to be inherited so it cannot be used directly. ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access