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 type of questions
Which language is pure oop?
What is difference between multiple inheritance and multilevel inheritance?
Can destructor be overloaded?
Are polymorphisms mutations?
Is data hiding and abstraction same?
What are the 3 pillars of oop?
Why do pointers exist?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
How do you define a class in oop?
Which language is not a true object oriented programming language?
#include
Why do we use class?
How do you explain polymorphism?
Write a c++ program to display pass and fail for three student using static member function