Class C

  • All Implemented Interfaces:
    IA, IB

    public class C
    extends Object
    implements IA, IB
    Class demonstrating conflicts when inheriting default methods.
    Author:
    Herbert Praehofer
    • Constructor Detail

      • C

        public C()
    • Method Detail

      • m

        public void m()
        Specified by:
        m in interface IA
        Specified by:
        m in interface IB