Object Oriented Programming in Java - Old Questions

Question Answer Details

9.What is difference between class and interface in java? Create a java class Time with three attribute hours, minutes and seconds. Use appropriate constructors to initialize instance variable.Use methods to display time in HH:MM:SS  format, add and subtract two time object. Implement the class to add, subtract and display time object 

10 marks
Asked in 2022

Answer

AI Generated Answer

AI is thinking...