When we r go to abstract class and when we go to Interface?
i have confusion this question while in interview plz clarify
Answer Posted / nani
If we want share some common features with all we can go for
abstract otherwise we can prefer interface .
i will give good example to understand easily.
Ex: wholesaler has books and stationary(pens & papers)
supplier1 ask for X class books and Pens
Supplier2 ask for X class books and papers.
here both suppliers asking same standard books and different
stationary items.suppose we can take it as by methods, here
here books methods are common to shared by both suppliers.so
book method is non abstract class. so here we can prefer
abstract.
supplier1 ask for X class books and Pens
Supplier2 ask for V class books and papers.
here both suppliers asking different standard books and
different stationary items.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is null object in java?
What is a buffer in java?
Which access specifier can be used with class ?
What is the maximum size of a string in java?
What is a bufferedreader?
Do I need to import java.lang package any time? Why?
Where pragma is used?
What is the finalize method do?
How do you check if a number is a perfect square?
How many types of threads are there in java?
Is linkedlist thread safe in java?
What is data movement?
Why local variables are stored in stack?
What is treeset in java?
What methodology can be employed to locate substrings inside a string?