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
How do you answer polymorphism?
What is class and object with example?
What is polymorphism and types?
Give two or more real cenario of virtual function and vertual object
What exactly is polymorphism?
How can you overcome the diamond problem in inheritance?
What are benefits of oop?
What are the advantages of polymorphism?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
What are functions in oop?
What is inheritance write a program to show use of inheritance?
What is destructor example?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What is the benefit of oop?
Can an interface inherit a class?