Which is the only operator in C++ which can be overloaded
but NOT inherited?
Answer Posted / devvrat
+
| Is This Answer Correct ? | 8 Yes | 40 No |
Post New Answer View All Answers
Why is there no multiple inheritance?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What are the 5 oop principles?
• What are the desirable attributes for memory managment?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
Get me a number puzzle game-program
Can we define a class within the interface?
Prepare me a program for the animation of train
write knight tour problem which is present in datastructure
What is the example of polymorphism?
Can we create object of interface?
What is use of overloading?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
Get me an image implementation program.
Why is polymorphism used?