What is a static method? Why do we need static methods in java 8 interfaces?
What is the difference between a virtual method and an abstract method?
What do you mean by "explicitly implemeting an interface". Give an example?
What is hybrid inheritance?
Can an interface have an inner class?
What do you mean by data hiding?
0 Answers Tavant Technologies, Virtusa,
Which of the following is tightly bound ? Inheritance or composition ?
What is the syntax of object oriented method call?
A class inherits from 2 interfaces and both the interfaces have the same method name as shown below. How should the class implement the drive method for both car and bus interface?
What are the limitations of inheritance?
What are the major differences between late and dynamic binding?
Explain about instance in object oriented programming?
Can an interface implement or extend another interface?