WAP using operator overloading ++ for distance class object(pre and post increment). Also overload unary - for an object.
WAP to overload Binary + in following formats. d1 + d2. d1 + 4 5 + d1, where d1 and d2 are the object of Distance class