Abstract Member Functions and Abstract Classes

Get introduced to abstract member functions and abstract classes.

We'll cover the following

Use of abstract

Sometimes there are member functions that are natural to appear in a class interface even though that class cannot provide its definition. When there is no concrete definition of a member function, that function is an abstract member function. A class that has at least one abstract member function is an abstract class.

Get hands-on with 1200+ tech skills courses.