|
-
Apr 19th, 2004, 08:30 AM
#1
Thread Starter
Frenzied Member
Inheritance woes [RESOLVED]
Ok, I have a base class and a derived class.
I have to be able to 'reset' the fields back to default settings by using a method. The base class has different fields than the derived class but I need to 'reset' all of them from one method. If I create the method in the base class, it will generate a compile error cause those fields don't exist in the derived class. what Is the best solution here?
Last edited by Andy; Apr 19th, 2004 at 08:50 AM.
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
|