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
can we make game by using c
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What is polymorphism programming?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
What is this pointer in oop?
What is coupling in oop?
Can we have inheritance without polymorphism?
Whats is abstraction in oops?
Explain the concepts involved in Object Oriented programming.
Which method cannot be overridden?
What is inheritance write a program to show use of inheritance?
What is the main feature of oop?
How do you explain polymorphism?
when to use 'mutable' keyword and when to use 'const cast' in c++
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?