cout << “\ndist1 is less than dist2”; else cout << “\ndist1 is greater than (or equal to) dist2”; cout << endl; return 0; } Thank You! Next Lecture is INHERITANCE
Part - A Experiment No.07 A.1 Aim: To Understand The Below Concept of Operator Overloading. 1. To Overload Unary Operator. 2. To Overload Binary Operator. and Type Conversions