What is the signature of the method allowing the internal overloading of the multiplication operator for a Bob object with another Bob object ?
Bob
void operator+(const Bob& other)
Bob operator*(const Bob& other)
Bob operator*()
void operator*(const Bob& other)