What is polymorphism in oop example?
What does the keyword "static" mean?
why the memory allocated with new cant be freed using free()
What are main features of oop?
What is multilevel inheritance?
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
What do you mean by Encapsulation?
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 type of questions
what does exactly the linker do?
What is a scope operator and tell me its functionality?
what is single inheritance?
Write A Program using Single and Multiple Inheritance.