public class ExtendsImpl extends ImplIfc
ImpIfc
to demonstrate the inheritance of classes.
The baseclass ImpIfc
is an example of a class which implements 2 different
but non-exclusive interfaces, see there. This class overrides one method:
ImplIfc.processIfcMethod(int)
, see ImplIfc.processIfcMethod(int)
.
Follow the dynamic call (virtual) explainations and test it.
It is an concept which is prevalent in Java and Object Orientation, but not so relevant
in most C applications.constString, constValue, constValue2
anotherIfcmethod, anotherIfcmethod, processIfcMethod, processIfcMethod, testIfc2, toString