| Author |
Real Time difference between abstract and interface
|
Rajendra Prakash
Ranch Hand
Joined: Sep 10, 2009
Posts: 293
|
|
I know the difference between abstract and interface , but i want to know real time example for abstract and interface.
where to use abstract and interface
|
 |
Muhammad Khojaye
Ranch Hand
Joined: Apr 12, 2009
Posts: 341
|
|
|
There is a FAQ regarding this. Please post, If still have any question.
|
http://muhammadkhojaye.blogspot.com/
|
 |
Rajendra Prakash
Ranch Hand
Joined: Sep 10, 2009
Posts: 293
|
|
|
Give me real time example for difference between abstract and interface.
|
 |
Martin Vanyavchich
Ranch Hand
Joined: Sep 16, 2008
Posts: 241
|
|
I don't know if this will answer your question, but it's worth a try
Example of Interface
Example of Abstract class
... and a concrete class extending the abstract one
You know, a couple of clicks in the java API docs, and you could have figured this one out youself.
|
SCJP 6, OCMJD 6, OCPJWSD 6
I no good English.
|
 |
 |
|
|
subject: Real Time difference between abstract and interface
|
|
|