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


Please Help Members By Posting Answers For Below Questions

What is the renewal class?

2164


What is property in oops?

567


Where is pseudocode used?

563


Give an example where we have to specifically use C programming language and C++ programming language cannot be used?

1147


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

1652






What is an example of genetic polymorphism?

648


What is constructor overloading in oop?

607


Why do we use oops?

593


What is the benefit of oop?

570


Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.

696


What is difference between polymorphism and inheritance?

617


What is abstraction example?

622


write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory

2759


Why do we use polymorphism in oops?

579


What is overriding in oop?

548