Question 1 :
Which of the following unary operators can be overloaded?
1. true
2. false
3. +
4. new
5. is
Question 2 :
A derived class can stop virtual inheritance by declaring an override as
Question 3 :
Which of the following keyword is used to change the data and behavior of a base class by replacing a member of a base class with a new derived member?
Question 4 :
Which of the following statements is correct?
Question 5 :
Which of the following keyword is used to overload user-defined types by defining static member functions?