what is the difference between ERROR and EXCEPTION?
Answer Posted / aayansh
Exceptions are mostly software or hardware problems where as errors are logical or syntactic.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is overloading in oop?
which feature are not hold visual basic of oop?
How do you achieve runtime polymorphism?
What are the 5 oop principles?
What is byval and byref? What are differences between them?
What are the three parts of a simple empty class?
can we make game by using c
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 object in oop?
What is basic concept of oop?
What are classes oop?
How does polymorphism work?
What are the 4 pillars of oop?
Why is oop useful?
c++ program to swap the objects of two different classes