Explain about inheritance?
How can we restrict inheritance for a class so that no class can be inherited from it?
What is the function of dynamic typing?
Can you tell something about GDI objects?
How do I make sure that an object is released in code such as a connection or file object?
Do we require a parameter for constructors?
What's the order of call of constructors in inheritiance?
What are sealed modifiers?
Explain the implementation phase with respect to oop?
Differentiate between overloading and overriding.
How do we implement serialization actually?
Explain about message passing in object oriented programming?
Explain about the analysis phase?
Explain what you understand by function overloading.
What's the main difference between arraylist / hashmap and vector / hashtable?