Which is the only operator in C++ which can be overloaded
but NOT inherited?
Answer Posted / kalaivani
the '='(equal) operater can be overloaded but cannot be
inherited
| Is This Answer Correct ? | 82 Yes | 1 No |
Post New Answer View All Answers
Why do we need polymorphism in c#?
Where You Can Use Interface in your Project
What are objects in oop?
What is and I oop mean?
What is stream in oop?
What are oops methods?
What is encapsulation with example?
What are the benefits of oop?
What is the problem with 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?
write a programe to calculate the simple intrest and compund intrest using by function overlading
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
Can a destructor be called directly?
What is solid in oops?
What is abstraction in oop?