Java Abstract Class

Abstract class in the real world Let us take an example of graphic objects. Different graphic objects are there such as circles, rectangles, triangles, etc. They all have states defined by their positions, color, etc., and behavior defined by drawing, resizing, calculating size, etc. All these object types have common things but with different implementations. … Read more