abstract method in a class in java code example Example: abstract class in java public abstract class GraphicObject { abstract void draw(); }