Embed presentation
Download to read offline




An abstract class in Java is declared as abstract and may include abstract methods, but cannot be instantiated. It can be subclassed, allowing other classes, such as graphic objects like triangle, circle, and line, to inherit from it. This structure enables the creation of a hierarchy of graphic objects based on the abstract class.



