Demonstrating drawing simple shapes in Java, using abstract classes & inheritance. The class MyShape is an abstract class which defines the common of all shapes. The class MyBoundedShape is an abstract class which defines the common to the shapes which have area (not lines). The classes MyLine, MyOval & MyRectangle represent line, oval & rectangle respectively.
yehuditkerido/Inheritance-GUI---java
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|