Get me a number puzzle game-program
No Answer is Posted For this Question
Be the First to Post Answer
why overriding?
Program to print 0 to 9 in cross order
What is the point of polymorphism?
What is abstrac class?where is it use?
what is virtual destructor
Can destructor be overloaded?
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 are virtual classes?
How to call a non virtual function in the derived class by using base class pointer
What is the use of unnamed namespaces in OOPS? The only advantage I know is that they dont need the scope resolution operator while accessing them. I want to know some other advantages of unnamed namespaces...
What do you mean by abstraction?
I am developing a payroll system mini project.I used file concept in program for reading and writing.When the program is reloading into the memory that is if i execute next time the file was cleaned and adding data from the starting this is my problem.I want to strore the previous data and if i want to add any record that should be next of previous data.Please help me.