Hi,
what does the assignment " = 0 "
signify in the pure virtual function declaration
virtual void f() = 0 ;
what gets the value "0" ?
regards,
Aman .
--
Posted via Mailgate.ORG Server - http://www.Mailgate.ORG
what does the assignment " = 0 "
signify in the pure virtual function declaration
virtual void f() = 0 ;
what gets the value "0" ?
regards,
Aman .
--
Posted via Mailgate.ORG Server - http://www.Mailgate.ORG
Comment