Results 1 to 5 of 5

Thread: Inheritance woes [RESOLVED]

Threaded View

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2003
    Posts
    1,489

    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
  •  



Click Here to Expand Forum to Full Width