What are the access modifiers?
No Answer is Posted For this Question
Be the First to Post Answer
What are sealed modifiers?
Explain what is an object?
What are the limitations of oops?
In winform my controls [taskbar and progressbar] become inactive when heavy processing is going in background, how to avoid this via multithreading
How to differentiate between a CreateObject() and GetObject() ?
Do we require parameter for constructors?
Explain colloboration
If a method definition has been specified in class , its base class , and the interface which the class is implementing, which definition will be picked if we try to access it using interface reference and class object?
What is the function of pure virtual functions?
Whether static method can use nonstatic members?
Explain what a method is?
What is polymorphism? When is it employed? give an example.