|
-
Nov 10th, 2002, 07:02 AM
#1
Thread Starter
Lively Member
inherited classes
Hi,
Here is another one 
Take this case:
I've these classes:
class A{ public void M{} }
class B : A {public override void M{} }
class C: B {}
I need, from class C, to call the base class method B.M() rather that A.M()...
Is it possble to do this distinguish?
Bye, thanx
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|