Can you explain the difference b/n abtract and interface
with a good example,?In what cases we have use abtract and
what case interface?
Answer Posted / manasa
Abstract means 4 which we cant give a concrete definition
for ex wtz d def for animal v cant give so v say animal as
abstract.
Interface came into existence to facilitate multiple
inheritance
Eg for abstract: animal is a abstract class and it contains
both abstract n non-abstract methods
But remember a non abstract class cannot contain abstract
methods
Suppose consider area as method and it is different for
diff shapes like circle,rectangle,square.... here area vil
b calculated for all d shapes bt their implementation is
diff n instead of callin dat area method again n again v
vil declare it once
Now lets move on to interface
for eg if we give a compliment to girl dat she sings like
lata mangeshkar n here both dat girl n lata are connected
together by a sing method n these both r two unrelated
things and in this case we use interface.....
thank u guys have a nice tym.....
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the difference between instanceof and isinstance?
Explain jdk, jre and jvm?
How we create object in copy constructor?
What is super keyword explain with example?
Implement 2 stacks with just 1 array. The stack routines must not indicate overflow unless every slot in array is used.
Explain the difference between map and flatmap stream operation?
What does java edition mean?
what is bmg file and how to create that files?what will it contailn?
Is void a return type?
Explain OOPs concept.
What is int lol?
Can I override protected method in java?
What is a boolean structure?
How do you check if an arraylist is not empty?
What are nested classes in java?