Allows creation of abstract methods code example Example: abstract class in java public abstract class GraphicObject { abstract void draw(); }