1. Strong name
2. how to prevent a class from being inherited
3. delegates
4. default modifier for interface
5. default modifier for class
6. base class for exception
7. diff bet trigger and view in sql
8. how to exchange values from one page to another page
9. can multiple catch block ll be executed at same time
10. can u store different data types in an array & array list
11. when we ll use trigger
12. try,catch,finally usage
Answer Posted / hi_five462000
hope u guys know ans for des
all d best
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is the diamond problem in inheritance?
What is polymorphism give a real life example?
What is the benefit of oop?
What is difference between data abstraction and encapsulation?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What are properties in oop?
What is solid in oops?
What is encapsulation with real life example?
Are polymorphisms mutations?
What is static in oop?
What does and I oop mean in text?
Why is object oriented programming so hard?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?