![]() |
Inheritance Blues
I have a problem for which I dont seem to be getting a solution.
I have 3 projects namely Project A,B and C. In projectA, I have defined a public class ClassA :
In ProjectB, I have inherited from the ClassA in ProjectA. :
Imports ProjectAIn ProjectC, I have given a reference to ProjectB. I am able to access the function present in ClassB but not the functions inherited from ClassA. eg: ClassB.ClassBFunction() ----- allowed ClassB.ClassAFunction() ----- not allowed. But if I overload the ClassAFunction within ClassA, then it is accessible. eg: ClassB.ClassAFunction() ---- allowed Could anyone tell me the reason |
VB Docs read thusly:
:
Friend Class BaseClass |
| All times are GMT -5. The time now is 10:05 AM. |
Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC