Question: Consider a class named BigNum, which represents numbers too large to fit in a long, double, etc. Suppose you write operator > for the class.
Consider a class named BigNum, which represents numbers too large to fit in a long, double, etc. Suppose you write operator > for the class. What is the most likely return type of that operator?
BigNum
bool
Depends on whether implement as member, friend or non-member/non-friend
int
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
