Hello everyone :
Can anyone solve my questions ?
What is the meaning of functions declarations as below :-
virtual void PutLine(void) = 0 ;
It is defined at the mother class and many sub-class have same name PutLine(void) functions. It seems that the declaration is useless in mother class but for the sub-class. But how a void function equal to zero ?
Thank You for your attention.
Lau



LinkBack URL
About LinkBacks




