Inherit Features From Two Concrete Classes

Hi ,Greetings.How should i use the features from two classes ? That is Class A should use features of Class X and Class Y.How should the Design Be ?Thanks and Regards , SATHYAN .
[227 byte] By [sathyana] at [2007-10-2 14:16:36]
# 1

> Hi ,

> Greetings.

>

> How should i use the features from two classes ?

> That is Class A should use features of Class X and

> Class Y.

> How should the Design Be ?

>

I humbly suggest that your design requirements require further study and analysis.

sathyana at 2007-7-13 12:32:53 > top of Java-index,Other Topics,Patterns & OO Design...
# 2

> > Hi ,

> > Greetings.

> >

> > How should i use the features from two classes ?

> > That is Class A should use features of Class X and

> > Class Y.

> > How should the Design Be ?

> >

>

> Fixed.

You're really taking this "super-power" thing and running with it, aren't ya scsi-boy?

tsitha at 2007-7-13 12:32:53 > top of Java-index,Other Topics,Patterns & OO Design...
# 3
> Hi ,> Greetings.> > How should i use the features from two classes ? You could define interfaces for these two classes, aggregate objects from each of them and then delegate to the aggregated instances.
tsitha at 2007-7-13 12:32:53 > top of Java-index,Other Topics,Patterns & OO Design...