What is the use of interface?
No Answer is Posted For this Question
Be the First to Post Answer
Does a class inherit the constructor of its super class?
How do you represent static members and abstract classes in Class Diagram?
2 Answers InfoAxon Technologies, Protech,
If a method definition has been specified in the 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?
Explain serialization and overriding?
What are the four important foundation concepts of OOP ?
Why dynamic binding is used in object-oriented programming?
Explain the term constructor
What is virtual multiple inheritance?
What is method overriding?
Can you define OOP and principles of OOP?
Do we require a parameter for constructors?
In winform my controls [taskbar and progressbar] become inactive when heavy processing is going in background, how to avoid this via multithreading