Answer Posted / sangeetha
bjarne stroustrup
| Is This Answer Correct ? | 104 Yes | 8 No |
Post New Answer View All Answers
What is difference between multiple inheritance and multilevel inheritance?
What is the purpose of enum?
What is object and example?
Why do we use encapsulation in oops?
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 to hide the base class functionality in Inheritance?
when to use 'mutable' keyword and when to use 'const cast' in c++
What is data binding in oops?
What is the difference between procedural programming and oops?
What is the point of oop?
What is destructor in oop?
What is persistence in oop?
What is debug class?what is trace class? What differences are between them? With examples.
What are the three parts of a simple empty class?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)