Can an interface implement or extend another interface?
What is the use of destructive method?
Explain about message passing in object oriented programming?
Can an interface have an inner class?
What is difference between static and non-static fields of a class?
Explain method overriding.
Explain the purpose of composition.
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 early and late Binding?
What are the problems faced by the developer using object oriented programming language?
Explain colloboration
Define modularity?
What is a functional interface? What is sam interface?
What is the default access modifier in a class?
What is the main difference between a class and an object?