MCQOPTIONS
Saved Bookmarks
This section includes 1 Mcqs, each offering curated multiple-choice questions to sharpen your C++ (MCQ) questions and answers knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
In case of operator overloading, operator function must be ______ . 1. Static member functions2. Non- static member functions3. Friend Functions |
| A. | Only 2 |
| B. | Only 1, 3 |
| C. | Only 2 , 3 |
| D. | All 1 , 2, 3 |
| Answer» D. All 1 , 2, 3 | |