when,where and how to use abstract class and interface
Answer Posted / prapanch
if the developer wants some methods which are implemented
in the super class and some methods which will be
implementd by him then he will go for abstract class.
because in abstact class all methods need not to be abstact
in nature. but in interface all the methods must be
abstract and so the developer will not get any implemented
code from the interface. you will use interfaces when two
different teams are working for a same requirement then an
interface will act like a medium with which they can
interact and all the teams will be in line.so your team and
other team will implement the same method names but with
difffeerent implementation code.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Where is singleton pattern used?
What is are packages?
If you are given the name of the function at run time how will you invoke the function?
What is use of set in java?
What is consumer in java?
Can a static method be overridden in java?
Which is better 64 bit or 32 bit?
Is array dynamic in java?
What are the different tags provided in jstl?
What is a line break?
What’s the difference between unit, integration and functional testing?
Is an object null?
How to Sort Strings which are given in List and display in ascending order without using java api.
Is java a prime method?
What is java beans?