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 methods?
Please send ford technologies placement paper 2 my mail id
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
Can destructor be overloaded?
Write a program to sort the number with different sorts in one program ??
What is data binding in oops?
What is the difference between encapsulation and polymorphism?
Can we define a class within the interface?
What is inheritance write a program to show use of inheritance?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
What is class and example?
Can an interface inherit a class?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
Explain virtual inheritance?
Are polymorphisms mutations?