what's the different between the abstract and virtual ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

what's the different between the abstract and virtual ?

20th Oct 2016, 10:37 AM
Badar Adam
Badar Adam - avatar
1 Answer
+ 6
An abstract class member must be defined in derived classes. A virtual one can be redefined in derived classes.
20th Oct 2016, 11:37 AM
Zen
Zen - avatar