What is an abstract base class in OOP?

1 Abstract Base Classes. An ABC is a class that contains one or more pure virtual member functions . Such a class is not concrete and cannot be instantiated using the new operator. Instead, it is used as a base class where derived classes provide the implementations of the pure virtual methods.

Sizin İçin Seçtik  What is abstract class example?

Leave a Reply

Your email address will not be published. Required fields are marked *