how to instance an abtract function code example Example: abstract class in java public abstract class GraphicObject { abstract void draw(); }