CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: hoki321

Search: Search took 0.02 seconds.

  1. Re: writing code using base class, passing derived class instances

    Thanks for your reply.
    So if I were to use polymorphism, I would have to make a function in the number class that checks the type of the specific instance of the derived class and create a copy?...
  2. writing code using base class, passing derived class instances

    I've been trying to figure out the following problem without success:

    I want to implement a general purpose code that operates on a base class, but when actually used, operates on derived class...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured