what is the difference between ERROR and EXCEPTION?
Answers were Sorted based on User's Feedback
Answer / aayansh
Exceptions are mostly software or hardware problems where as errors are logical or syntactic.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / amar gawade
errors are unresolved syntax or mistakes where exceptions are runtime errors.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / suresh
Error is a mistake and it occurs are Compile time...
Exception says what is the mistake...it occurs at run time..
| Is This Answer Correct ? | 3 Yes | 5 No |
Answer / d.raji
Error: we can find it(Which error occured) when compliation.
Exception: we can't find it(Which error occured)when
compliation and also in running time
| Is This Answer Correct ? | 2 Yes | 5 No |
What is Object and Class? What are the differences between them?
Explain the concept of abstracion and encapsulation with one example. What is the difference between them?
what i oops concept, how many languages supports oops concept?
Why is encapsulation used?
What is the diamond problem in inheritance?
difference between overloading and overridding
What polymorphism means?
DIFFRENCE BETWEEN STRUCTURED PROGRAMING AND OBJCET ORIENTED PROGRAMING.
A file pointer always contains the __________ of the file
c++ is a pure object oriented programming or not?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
3. Differentiate verification and validation.