Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C++ > what is a compound class

Reply
Thread Tools

what is a compound class

 
 
Sonia
Guest
Posts: n/a
 
      04-19-2004
I have been looking for a definition of a compound class but cannot find it
anywhere ?
What exactly is a compound class ?
Thanks


 
Reply With Quote
 
 
 
 
Sonia
Guest
Posts: n/a
 
      04-19-2004

"Kevin Goodsell" <> wrote in message
news:aaWgc.2593$ nk.net...
> Sonia wrote:
>
> > I have been looking for a definition of a compound class but cannot find

it
> > anywhere ?
> > What exactly is a compound class ?
> > Thanks
> >
> >

>
> I searched the standard and couldn't find anything occurrences of
> "compound class". There is a section on "compound types" which includes
> classes. Maybe all classes are compound classes.
>
> -Kevin
> --
> My email address is valid, but changes periodically.
> To contact me please use the address from a recent posting.


I have found this:
compound classes (classes formed by inheritance and aggregation
relationships).


 
Reply With Quote
 
 
 
 
Kevin Goodsell
Guest
Posts: n/a
 
      04-19-2004
Sonia wrote:

> I have been looking for a definition of a compound class but cannot find it
> anywhere ?
> What exactly is a compound class ?
> Thanks
>
>


I searched the standard and couldn't find anything occurrences of
"compound class". There is a section on "compound types" which includes
classes. Maybe all classes are compound classes.

-Kevin
--
My email address is valid, but changes periodically.
To contact me please use the address from a recent posting.
 
Reply With Quote
 
Sonia
Guest
Posts: n/a
 
      04-20-2004

"David Harmon" <> wrote in message
news:...
> On Mon, 19 Apr 2004 15:20:51 -0400 in comp.lang.c++, "Sonia"
> <> wrote,
> >I have found this:
> >compound classes (classes formed by inheritance and aggregation
> >relationships).

>
> So then a compound class would be any that is not an empty class.
>


David,
In a sense yes. To my understanding it would be a class that is composed of
other classes or derives from or is derived from.

Sonia


 
Reply With Quote
 
David Harmon
Guest
Posts: n/a
 
      04-20-2004
On Mon, 19 Apr 2004 15:20:51 -0400 in comp.lang.c++, "Sonia"
<> wrote,
>I have found this:
>compound classes (classes formed by inheritance and aggregation
>relationships).


So then a compound class would be any that is not an empty class.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Mark up compound noun so that search engines see two words Greg N. HTML 20 02-15-2006 05:52 PM
Nested Class, Member Class, Inner Class, Local Class, Anonymous Class E11 Java 1 10-12-2005 03:34 PM
RE: Compound Control event not firing, but only when it's in a library =?Utf-8?B?TWlrZUw=?= ASP .Net 0 11-19-2004 04:45 AM
JAI problem of creating compound image from slices Apc Java 1 06-02-2004 10:10 PM
CMR/CMP and Compound Primary Key Damir Mikoc Java 1 07-04-2003 03:27 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57