Which is the only operator in C++ which can be overloaded
but NOT inherited?
Answer Posted / hellboy
'this' operator. I mean the operator that is called as 'this'
| Is This Answer Correct ? | 2 Yes | 13 No |
Post New Answer View All Answers
What is oops concept with example?
Advantage and disadvantage of routing in telecom sector
What is meant by multiple inheritance?
explain sub-type and sub class? atleast u have differ it into 4 points?
Can private class be inherited?
What is a function in oop?
What is oops and its features?
Who invented oop?
Can bst contain duplicates?
What polymorphism means?
What do you mean by overloading?
when to use 'mutable' keyword and when to use 'const cast' in c++
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(); }
Why do we use oops?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?