Abstract Classes
Learn about classes that can’t be instantiated.
We'll cover the following...
Abstract classes
C# includes abstract classes in addition to the regular classes. An abstract class is a class that can’t be instantiated. It can hold some common functionality for its child classes.
Abstract classes are useful when we don’t want to use their instances in our program but need to store common ...
Access this course and 1400+ top-rated courses and projects.