McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2025
→
Computer Science Engineering (CSE)
→
Object Oriented Programming (OOP)
→
The operators that cannot be overloaded ...
Q.
The operators that cannot be overloaded is
A.
*
B.
-
C.
::
D.
()
Answer» C. ::
1.9k
0
Do you find this helpful?
15
View all MCQs in
Object Oriented Programming (OOP)
Discussion
No comments yet
Login to comment
Related MCQs
Which of the following operators are overloaded by default by the compiler? 1) Comparison Operator ( == ) 2) Assignment Operator ( = )
Can constructors be overloaded?
Overloaded functions
Which of the following is true about constructors. They cannot be virtual. They cannot be private. They are automatically called by new operator
Which of the following operators allow defining the member functions of a class outside the class?