CACS302 Dot Net Technology

Dot Net TechnologyTU Board 2022

What are different type of delegate in C ? Write a C Program to create a class 'Time' which represents time. The class should have three fields for hours, minutes and seconds. It should have…

10

What are different type of delegate in C#? Write a C# Program to create a class 'Time' which represents time. The class should have three fields for hours, minutes and seconds. It should have constructor to initialize hours, minutes and seconds and method Time() to print current time. overload following operators a) +(Add two time objects of 24 hours clock) b) Compare two time objects

A worked answer is on its wayMeanwhile, read the Dot Net Technology notes for this topic.

Discussion

Loading…

More Dot Net Technology questions

All Dot Net Technology old questions