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
What are oops functions?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What causes polymorphism?
What is difference between abstraction and encapsulation?
What exactly is polymorphism?
What is an advantage of polymorphism?
How to improve object oriented design skills?
What are the important components of cohesion?
What is abstraction in oop?
What does no cap mean?
what type of question are asked in thoughtworks pair programming round ?
Prepare me a program for the animation of train
What is solid in oops?
what are the ways in which a constructors can be called?
What is the advantage of oop over procedural language?