Is it possible to provide method implementations in java interfaces? If possible, how do we provide them?


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

Post New Answer

More OOAD Interview Questions

What is difference between encapsulation and abstraction?

0 Answers  


What do you mean by "explicitly implemeting an interface". Give an example?

0 Answers  


What is the main advantage of using inheritance?

0 Answers  


What is the use of destructive method?

0 Answers   Tech Mahindra,


Why does the function arguments are called as "signatures"?

4 Answers  


Explain the abstract class modifier?

0 Answers  


Are constructors inherited? Can a subclass call the parent's class constructor? When?

0 Answers  


What is a constructor in class?

0 Answers  


Can a class implement two interfaces having default method with same name and signature?

0 Answers  


What is difference between static and non-static fields of a class?

0 Answers  


Is it possible to override private virtual methods?

0 Answers   Infosys,


What is a pure virtual function?

3 Answers  


Categories