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

Search:

Type: Posts; User: Gerald Bates

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    2,417

    Re: Design advice required

    I never considered composition in this case, but now I think it makes more sense. The trouble I have at times is understanding the 3 relationships my book refers too; "Has-A", "Is-A" and "Knows-A". ...
  2. Replies
    8
    Views
    2,417

    Re: Design advice required

    Thanks Laserlight. I have looked at abstract classes and it does not really fit into my design. I have not got any virtual functions and don't understand them at this time. I have decided to look...
  3. Replies
    8
    Views
    2,417

    [RESOLVED] Design advice required

    I am trying to design and implement a program that consists of two classes. The Base class A is purely for supporting class B. I do not want to be able to create an object of class A. When object...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured