Which is the only operator in C++ which can be overloaded
but NOT inherited?
Answer Posted / smita
"="this is the operator in C++ that can be overloaded but Not inherited
| Is This Answer Correct ? | 20 Yes | 2 No |
Post New Answer View All Answers
what are the different types of qualifier in java?
program for insertion ,deletion,sorting in double link list
what type of questions
What is oops concept with example?
How to call a non virtual function in the derived class by using base class pointer
Can we create object of interface?
What is abstraction and encapsulation?
Explain the advantages of inheritance.
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What is meant by oops concept?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What is the significance of classes in oop?
What is encapsulation with example?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
What does enum stand for?