Teaching BPSC 4.0 बिहार उच्च माध्यमिक शिक्षक भर्ती (PGT) Mock Test Programming and Data Structure Programming in C
What is the correct syntax to overload the binary + operator for a class Test?
1
Test operator+(const Test&);
2
Test operator+(Test);
3
operator+ Test(const Test&);
4
More than one of the above
5
None of the above