Can an interface inherit from another interface?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More OOAD Interview Questions

Can you create an instance of an abstract class?

0 Answers  


Describe inheritance and non-inheritance of a derived class?

0 Answers  


Why should project managers complete hard problems first in an OOSAD project?

3 Answers  


If a method definition has been specified in the 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?

0 Answers  


What is the order of call of constructors in inheritiance?

0 Answers  


Can you call the base class method without creating an instance?

0 Answers  


Explain about the relationship between object oriented programming and databases?

0 Answers  


Why is java not fully objective oriented?

0 Answers  


What are inner classes and what is the practical implementation of inner classes?

0 Answers  


What is multiple inheritance? How java 8 supports multiple inheritance?

0 Answers  


Write a note on encapsulation?

0 Answers  


What is a functional interface? What is sam interface?

0 Answers  


Categories