OOPS
August 29, 2024OOPS
August 29, 2024OOPS
|
Question 104
|
Which of the following operator(s) cannot be overloaded?
|
. (Member Access or Dot operator)
|
|
|
?: (Ternary or Conditional Operator )
|
|
|
:: (Scope Resolution Operator)
|
|
|
All of the above
|
Question 104 Explanation:
. (Member Access or Dot operator), ?: (Ternary or Conditional Operator ) and :: (Scope Resolution Operator) are ternary operators. It can’t be overloaded.
Correct Answer: D
Question 104 Explanation:
. (Member Access or Dot operator), ?: (Ternary or Conditional Operator ) and :: (Scope Resolution Operator) are ternary operators. It can’t be overloaded.
