Multiple choice Which of the following functions is used to perform operator overloading in C++? Inline function Operator function Virtual function None of these Reveal answer Fill a bubble to check yourself B Correct answer Explanation This is a special function used to perform operator overloading in C++.