interface ICalExtnds // this interface inherits methods of 'ICal1' and 'ICal2' interfaces { int add(int a, int b); }
Note: (Restricted functionality due to obvious reasons!)
For Mobile-Ease ⇓
Enable
interface ICalExtnds // this interface inherits methods of 'ICal1' and 'ICal2' interfaces { int add(int a, int b); }
Minimal Code ( Raw-View ) :
interface ICalExtnds // this interface inherits methods of 'ICal1' and 'ICal2' interfaces { int add(int a, int b); }