class Base1 { public virtual func() ... }
class Base2 : Base1 { public override func() ... }
// i already have two class Base2 inherit Base1;
//and want to inovke Base1::func(),b ut not Base2::func();
class Base3 : Base2 {
public override func()
{
// i want invoke Base1::func();
...
User Profile
Collapse
-
eaglebetter started a topic HOW CAN I invoke method through the middle class in the inherit hiberarchy?in C SharpHOW CAN I invoke method through the middle class in the inherit hiberarchy?
No activity results to display
Show More