Which is the only operator in C++ which can be overloaded
but NOT inherited?
Answer Posted / lokesh
"=" is the only operator which can be overloaded but can not
be inherited
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
What is the point of polymorphism?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< What is difference between data abstraction and encapsulation? Get me a number puzzle game-program What is new keyword in oops? Can we define a class within the interface? What is meant by oops concept? What is difference between inheritance and polymorphism? How do you explain polymorphism? What is encapsulation with real life example? What is an advantage of polymorphism? Why is it so that we can have virtual constructors but we
cannot have virtual destructors? #include Why is encapsulation used? What is the difference between abstraction and polymorphism?