A pure virtual function is a virtual function that-04013
A pure virtual function is a virtual function that
This multiple choice question (MCQ) is related to the book/course vu cs304 Object Oriented Programming. It can also be found in vu cs304 Final Term - Quiz No.4.
A pure virtual function is a virtual function that
causes its class to be abstract.
returns nothing.
is used in a derived class.
takes no arguments.