cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
virtual table
virtual table
Sep 5, 2010 at 6:38pm UTC
naveentiptur
(1)
Hi ,
Can everyone explain in detail, how does the virtual inheritance work internally. I tried to find out, but couldn't find the detailed explaination anywhere. Everyone is saying just add a virtual keywork while inheriting. But how does it work ??
Please explain with an example ..
Thanks in advance
Naveen
Sep 5, 2010 at 6:58pm UTC
R0mai
(730)
It's somewhat compiler dependent but it's explained here:
http://en.wikipedia.org/wiki/Virtual_inheritance#The_solution
Topic archived. No new replies allowed.