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


Please Help Members By Posting Answers For Below Questions

What is overloading in oop?

753


which feature are not hold visual basic of oop?

1921


How do you achieve runtime polymorphism?

732


What are the 5 oop principles?

823


What is byval and byref? What are differences between them?

1927


What are the three parts of a simple empty class?

1744


can we make game by using c

3706


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.

936


What is object in oop?

866


What is basic concept of oop?

880


What are classes oop?

783


How does polymorphism work?

851


What are the 4 pillars of oop?

874


Why is oop useful?

803


c++ program to swap the objects of two different classes

2105