when to use 'mutable' keyword and when to use 'const cast'
in c++
No Answer is Posted For this Question
Be the First to Post Answer
what is a virtual class?
5 Answers Cap Gemini, IBM, Infosys, Trinity Technologies,
what is the technical or oop name of object?
what is the advantage in software? what is the difference between the software developer and Engineer
any one please tell me the purpose of operator overloading
explain the concepts of oops?
What does and I oop and sksksk mean?
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.
What is polymorphism and example?
What are the advantanges of modularity
Why a "operator=(...)" when there is a copy ctor?
What is abstraction in oops?
Which is faster post increment or pre increment ? and in which cases should u use either - to increase speed?