|
-
May 10th, 2001, 01:54 AM
#1
Implement....
Hello.
I have two classes:
ClassA (Include 2 method: M1, M2)
ClassB (Include Implement of ClassA + New Method M3)
In my program I define the class (as written in MSDN) like this:
Dim ObjA as ClassA
Dim ObjB as new ClassB
set ObjA = ObjB
The problem is that ObjA don't recognize the method M3 !!!
What can I do ???
Thanks for any help.
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
|