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
Why is oop useful?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
Why polymorphism is used in oops?
Why do while loop is used?
What is the difference between a constructor and a destructor?
Can static class have constructor?
How to improve object oriented design skills?
What is an example of genetic polymorphism?
Why do we use oop?
What is polymorphism what is it for and how is it used?
Why do we use polymorphism in oops?
What is abstraction in oop with example?
What is constructor overloading in oop?
What is polymorphism what are the different types of polymorphism?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?