CACS204 Object Oriented Programming in Java

Object Oriented Programming in JavaTU Board 2022

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…

10

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.

A worked answer is on its wayMeanwhile, read the Object Oriented Programming in Java notes for this topic.

Discussion

Loading…

More Object Oriented Programming in Java questions

All Object Oriented Programming in Java old questions