Which is the only operator in C++ which can be overloaded
but NOT inherited?
Answer Posted / anban
basically "=" is the operator that cannot be inherited but
can
be overloaded..hope u got it.
| Is This Answer Correct ? | 37 Yes | 0 No |
Post New Answer View All Answers
Whats is abstraction in oops?
What is balance factor?
What is advantage of inheritance?
What is pointer in oop?
What are functions in oop?
Why do we use encapsulation in oops?
Why do we use oops?
What is class and object with example?
Can a destructor be called directly?
Which language is not a true object oriented programming language?
What is inheritance in simple words?
What is destructor give example?
What is purpose of inheritance?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
What is ambiguity in inheritance?