Open main menu
CDOT Wiki
β
Search
Changes
← Older edit
OOP344 Multiple inheritance, casting and temporary nameless objects
4 bytes added
,
15:43, 8 August 2011
no edit summary
d.print();
A(d).print();
//A(B(d)).set(123456); this will not set the data of "A part of d" please read the
comments below
conversation above
...
d.B::A::set(123456);
A(C(d)).print();
Fardad
Administrators
21
edits