Which is the only operator in C++ which can be overloaded
but NOT inherited?
Answer Posted / smita
"="this is the operator in C++ that can be overloaded but Not inherited
| Is This Answer Correct ? | 20 Yes | 2 No |
Post New Answer View All Answers
What is balance factor?
#include
What is a superclass in oop?
What are the features of oop?
What is the difference between procedural programming and oops?
Why is encapsulation used?
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.
Are polymorphisms mutations?
Why do we use encapsulation in oops?
How to hide the base class functionality in Inheritance?
Can abstract class have normal methods?
What is the real time example of encapsulation?
What is constructor in oop?
What is the types of inheritance?
write a program to find 2^n+1 ?