C#.Net 2
======
I have created a base class called clsCommon which will be use in every classes. I have inharited as follows.
public class otherClass:clsCommon
{
}
But here i am facing one problem that instead of inheritance of clsCommon its public function is not showing in other classes.
HOW CAN I DIRECTLY ACCESS clsCommon CLASS FUNCTION IN OTHER CLASSES WITHOUT AFFECTING PROCESS OF clsCommon CLASS FUNCTION
Thanks in advance
2007-01-31
07:50:30
·
1 answers
·
asked by
Jack J
1
in
Computers & Internet
➔ Programming & Design