What is meant by pure virtual function?
(a) Function which does not have definition of its own
(b) Function which does have definition of its own
(c) Function which does not have any return type
(d) Function which does not have any return type & own definition
The question was posed to me in an interview for job.
My question is based upon Abstract Classes in portion Derived Classes, Templates & Exception Handling in C++ of C++