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
write a program to find 2 power of a 5digit number with out using big int and exponent ?
write knight tour problem which is present in datastructure
What is a function in oop?
What is encapsulation and abstraction? How are they implemented in C++?
What is encapsulation with example?
How many human genes are polymorphic?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What are the components of marker interface?
What is the purpose of polymorphism?
Explain the concepts involved in Object Oriented programming.
Get me a number puzzle game-program
What is interface? When and where is it used?
How do you explain polymorphism?
What is destructor oops?
Can we create object of interface?