explain dynamic binding
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is single and multiple inheritance?
Can you create an instance for an abstract class?
What is the difference between an abstract class and interface in java?
Which oops concept is used as reuse mechanism?
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?
Explain about inheritance?
Why do we separate interface from implementation?
What if we override the conflicting method in the class?
What does the “abstract” keyword mean in front of a method? A class?
What are abstract methods?
How will you define abstract classes?
State some of the advantages of object oriented programming?