MCQOPTIONS
Bookmark
Saved Bookmarks
→
Technical MCQs
→
2D Transformation And Answers in Technical MCQs
→
While overloading binary operators using member fu..
1.
While overloading binary operators using member function, it requires ___ argument?
A.
2
B.
1
C.
0
D.
3
Answer» C. 0
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
Which of the following is correct option?
Which of the following is the correct order involves in the process of operator overloading.i) Define the operator function to implement the required operations.ii) Create a class that defines the data type that is to be used in the overloading operation.iii) Declare the operator function op() in the public part of the class.
Which of the following operator functions cannot be global, i.e., must be a member function.
While overloading binary operators using member function, it requires ___ argument?
Which is the correct statement anout operator overloading in C++?.
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply