Showing posts with label abstract. Show all posts
Showing posts with label abstract. Show all posts

Friday, February 24, 2012

Extending an abstract class [closed]


The following code for RectangleNode extends an abstract class called GraphElement, this is needed for my program to draw rectangles where necessary. My question is regarding the abstract method in GraphElement.