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 meant by multiple inheritance?
what are the ways in which a constructors can be called?
How Do you Code Composition and Aggregation in C++ ?
Why is object oriented programming so hard?
What is the oops and benefits of oops programming?
I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...
What is variable example?
What is the difference between encapsulation and polymorphism?
What is polymorphism explain its types?
What is overloading and its types?
Why do we use oops?
What is this pointer in oop?
What is static in oop?
write knight tour problem which is present in datastructure
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction