What is the error in the following code?

1.8 What is the error in the following code?
class Test
{
virtual void draw( ) ;
};
A) No error
B) Function draw( ) should be declared as static.
C) Function draw( ) should be defined.
D) Test class should contain data members.


Leave a Reply