Answer Posted / srsabariselvan
Object Oriented Programming
| Is This Answer Correct ? | 40 Yes | 18 No |
Post New Answer View All Answers
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What is ambiguity in inheritance?
What is abstraction and encapsulation?
Why do we need polymorphism in c#?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What is encapsulation example?
which feature are not hold visual basic of oop?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What is overriding vs overloading?
Which language is pure oop?
What causes polymorphism?
What is the fundamental idea of oop?
what type of question are asked in thoughtworks pair programming round ?
What are the benefits of interface?
what are the different types of qualifier in java?