Rhombus using Java OOP
IDE Tools: Apache NetBeans IDE 14
Content:
- Graphic object rhombus class with area and perimeter method.
- Inheritance of prism and pyramid class.
- Polymorphism using overriding.
- Encapsulation of rhombus' attribute.
- Interface of graphic object.