Abstract vs. Interface

Hey guys,

Could you give me an explanation of when you would use an abstract class instead of an interface?

Could you also give me an explanation of when you would use an interface instead of an abstract class?

Thanks

[242 byte] By [shlumpha] at [2007-11-27 11:50:20]
# 1

Type this exact question into Google.

"when you would use an abstract class instead of an interface?"

You're hardly the first person to ask this question. Do a little research and let us know if you have any new questions or confusion about what you've discovered.

~

yawmarka at 2007-7-29 18:30:53 > top of Java-index,Java Essentials,New To Java...
# 2

Google

http://www.google.com/search?q=java+abstract+class+vs+interface&rls=com.microsoft:en-us:IE-SearchBox&ie=UTF-8&oe=UTF-8&sourceid=ie7&rlz=1I7GGLF

tjacobs01a at 2007-7-29 18:30:53 > top of Java-index,Java Essentials,New To Java...