J
Jeremy Cowles
In VB you have Protected & Overridable, which mean, "visible/callable only
to derrived classes", and "derrived classes may override/replace",
respectfully. Is that roughly the same as protected and virtual in C++? I
have read the definition in VC++ help, but I just want to be 100% positive.
Thanks,
Jeremy
to derrived classes", and "derrived classes may override/replace",
respectfully. Is that roughly the same as protected and virtual in C++? I
have read the definition in VC++ help, but I just want to be 100% positive.
Thanks,
Jeremy