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 / ipdarsini
Interface is the 1st Level.here methods does not contain
any executable code.just it contains only declerations.here
in interface level we does not know anything.
Abstract class is a class which contains methods which may
contains exceutable code or not.this is the 2 nd level.here
in abstarct class level we know some thing.
for ex take a maruthi car.......
in interface level.
we doesn't know about egine company........some parts.....
we know .....but its not sure...
in abstract class level
for ex take a maruthi 800 car......
we knows the comapany of that car.
here we know about some thing bcz here they mentioned
maruthi 800....
thats the difference.....
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
Difference between process and thread?
What is the difference between interface & abstract class?
what is meant wrapper classes?
What is the indent key?
What is vector?
Does java have extension methods?
What is a variable in java?
What do you mean by Function Overloading in java?
What are the major advantages of internal iteration over external iteration?
Can we sort set in java?
Why is java so popular?
What are packages in java?
Is string serializable in java?
Why charat is used in java?
Can we convert stringbuilder to string in java?