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
Which method returns the length of a string?
What does int [] mean in java?
What is array size in java?
Does hashset allow duplicates in java?
Can you access non static variable in static context?
Is oracle java 11 free?
Difference between static and dynamic class loading.
What are inbuilt functions in java?
What is a "pure virtual" member function?
What is use of set in java?
What are the two main uses of volatile in Java?
Explain illegalmonitorstateexception and when it will be thrown?
How are multiple inheritances done in Java?
What is ctrl m character?
Explain about join() method?