what is the main difference between c and c++?
Answer Posted / ram
hitesh
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
What is variable example?
How many human genes are polymorphic?
What is debug class?what is trace class? What differences are between them? With examples.
what type of question are asked in thoughtworks pair programming round ?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What does and I oop mean in text?
What is constructor in oop?
Is abstract thinking intelligence?
Can destructor be overloaded?
What is polymorphism what are the different types of polymorphism?
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.
Why is oop useful?
What are oops methods?
What is polymorphism in oop example?
What is the problem with multiple inheritance?