Write a Java program to calculate the volume of a cone and a cylinder using method overloading.
Write a Java program for calculating the area of shapes (circle and rectangle) using interfaces.
Write a ‘java’ program to check whether given number is Odd or Even. (Use static keyword)
Write a Java program to calculate the volume of a cone and a cylinder using method OVERRIDING
.Write a java program to create a base class Employee (Emp-code, name, salary). Derive two classes as Fulltime (daily_wages, number_of_days) and Parttime (number_of_working_hours, hourly_wages). Write a menu driven program to perform following functions:1.Accept the details of ' n ' employees and calculate the salary.2.Display the details of ' n' employees.