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?
No Answer is Posted For this Question
Be the First to Post Answer
What is static polymorphism?
Explain about multiple inheritance?
Which oops concept exposes only necessary information to the calling functions?
What is association?
USECASE is an implementation independent notation. How will the designer give the implementation details of a particular USECASE to the programmer?
explain dynamic binding
How to use CRC Cards for Class Design?
How can we call the base method without creating an instance?
What is multiple inheritance? How java 8 supports multiple inheritance?
What is difference between polymorphism and normalization?
Explain static binding
What are the various types of constructors?