+ 2
virtual classses
what exactly a virtual class and what are the differences between virtual class and normal class?
5 Réponses
+ 5
Virtual base classes, used in virtual inheritance, is a way of preventing multiple "instances" of a given class appearing in an inheritance hierarchy when using multiple inheritance.
https://stackoverflow.com/questions/21558/in-c-what-is-a-virtual-base-class
+ 1
in c++
+ 1
thenks it was very helpfull
0
I'll give myself the downvote
- 1
are you talking about education?