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

Search:

Type: Posts; User: Etherous

Search: Search took 0.03 seconds.

  1. Replies
    10
    Views
    7,294

    Re: Multi-inheritance Polymorphism

    Wow. Thanks so much for all your replies. This really helps.
  2. Replies
    10
    Views
    7,294

    Multi-inheritance Polymorphism

    Suppose my code is setup like this:


    class A
    {
    };

    class B
    {
    };
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured