Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

What is pure virtual function?

user-image
Question added by Al samran A , Resident engineer , educomp solution
Date Posted: 2016/03/28
Daniel Fourie
by Daniel Fourie , Finance & Insurance Manager , Al Futtaim Finance

A pure virtual function or pure virtual method is a virtual function that is required to be implemented by a derived class if the derived class is not abstract. Classes containing pure virtual methods are termed "abstract" and they cannot be instantiated directly.

More Questions Like This