Posts

Showing posts with the label Getter and Setter for radius and height

Zeek_Ch10_PractiseSet1.java

    /* --> Create a class circle where you define its radius. --> Create a class cylinder with circle class as parent class (using concepts of inheritance ). --> Use getter setter to set values of radius and height.  */