What is the use of interface?
No Answer is Posted For this Question
Be the First to Post Answer
Is class an Object? Is object a class?
3 Answers InfoAxon Technologies, Protech,
Why use oops?
Explain what an object is.
Explain about message passing in object oriented programming?
Differentiate between an abstract class and an interface?
Explain persistence?
What are the main features of oops?
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?
Explain about Overloading vs Overriding ?
What is inheritance?
Explain static binding
What does the “abstract” keyword mean in front of a method? A class?