06-14-2006, 02:15 PM
Quote:For good inherantacy should "class Class3 :Class1'c d" not be "class Class3 :Class1 c d" ?
In C++ it would be :public Class1, but in QM it is :Class1'c. In memory it is the same anyway, and in C++ too. And instaed of __super::FuncA1() you can use c.FuncA1().
The code in QM is
, and "Protected" is checked in MainClass.FuncA1 properties dialog.