Which is the only operator in C++ which can be overloaded
but NOT inherited?
Answer Posted / abcd
Ok I think instead of 5 same answers Someone should explain
why it is designed liek this?
Why it can not be inherited?
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is the sylabus for priliminaries?
Why it is called runtime polymorphism?
Why is there no multiple inheritance?
can inline function declare in private part of class?
What is oops and why we use oops?
What is difference between data abstraction and encapsulation?
What is encapsulation selenium?
What is solid in oops?
What are the components of marker interface?
Can bst contain duplicates?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
What causes polymorphism?
What is the difference between encapsulation and polymorphism?
what are the realtime excercises in C++?
Can main method override?