Thread: Composite Classes

  1. #1
    Registered User
    Join Date
    Oct 2005
    Posts
    36

    Composite Classes

    Anyone know where to find a good tutorial on composite classes?
    Do they go by a different name?
    I can't seem to find anything on this site, or even on the message boards.

  2. #2
    Slave MadCow257's Avatar
    Join Date
    Jan 2005
    Posts
    735
    I think that is polymorphism, which is easy to find info on

  3. #3
    Registered User
    Join Date
    Jan 2005
    Posts
    7,366
    If you are talking about nested classes, they are often called nested classes. If you are talking about composition, where class instances are used as members of other classes, then there probably isn't any special information on it. If you are talking about the Composite design pattern, well, that is called the Composite design pattern.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Can you Initialize all classes once with New?
    By peacerosetx in forum C++ Programming
    Replies: 12
    Last Post: 07-02-2008, 10:47 AM
  2. Multiple Inheritance - Size of Classes?
    By Zeusbwr in forum C++ Programming
    Replies: 10
    Last Post: 11-26-2004, 09:04 AM
  3. im extreamly new help
    By rigo305 in forum C++ Programming
    Replies: 27
    Last Post: 04-23-2004, 11:22 PM
  4. include question
    By Wanted420 in forum C++ Programming
    Replies: 8
    Last Post: 10-17-2003, 03:49 AM
  5. Homework help
    By Jigsaw in forum C++ Programming
    Replies: 2
    Last Post: 03-06-2002, 05:56 PM