Diffrences of Abstract Classes and Interfaces
I don't know if I could make a new Topic or my problem is already be cleared...
anyway, i think I have problems in understanding Java and one of them is that i don't really feel the difference between Abstract Classes and Interfaces...
Abstract Class has a certain behavior and some methods, abstract of course...
On the other hand Interface inherit specific characteristics.
so what's the difference? because i think that i say the same thing twice...
|