You don't want multi-inheritance in Java. Then you have to worry about a lot of things like how classes are initialized and such. The virtual vs. non-virtual decision that C++ has.
We made the decision in JBoss AOP to have non-virtual inheritance. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860962#3860962 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860962 ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ JBoss-Development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-development
