I've really just begun playing with C++ after a background with C and Java
at uni. I'd like to know if there is an equivalent to the abstract classes
and particularily methods in C++ seen in Java? I've read about virtual
functions where parent methods are replaced by child-class eqivalents
however haven't seen anything like the abstract modifier.
thanks, David
If anyone else has a similar question it can be answered here:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclang/html
/_pluslang_abstract_classes.asp
"David Quinn" <da...@bold.net.au> wrote in message
news:#0SA4rzICHA.2588@tkmsftngp08...