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
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
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.
How Do you Code Composition and Aggregation in C++ ?
What do you mean by Encapsulation?
How long to learn object oriented programming?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
Why is object oriented programming so hard?
What do you mean by overloading?
What is abstract class in oops?
What do you mean by abstraction?
Which language is pure oop?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
What is ambiguity in inheritance?
Why is polymorphism important in oop?