Object Oriented Programming - Old Questions
Question Answer Details
3. What is operator overloading? Write a complete C++ program to overload the +
operator to add two objects of class Time
. [3+7]
Answer
AI Generated Answer
AI is thinking...