What is the main use of message metaphor in object-oriented programming?
What is a subclass?
Can an interface inherit from another interface?
What is the difference between class and interface?
Define exceptions?
Can you call the base class method without creating an instance?
Can we override a method by using same method name and arguments but different return types?
How to use CRC Cards for Class Design?
What is the function of messaging metaphor?
Can an interface implement or extend another interface?
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?
State about java and its relation to object oriented programming?
Explain about the analysis phase?