Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Is it possible to extend two classes?

807606Mar 13 2007 — edited Mar 13 2007
I want to do something like :
public class C extends A, B { 

}

public class E extends A, D { 
}
The two classes have things in A in common, but have to extend other different classes (B, D) as there are other differences.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 10 2007
Added on Mar 13 2007
30 comments
236 views