SEARCH
You are in browse mode. You must login to use MEMORY

   Log in to start


From course:

SDET Flashcards - Java

» Start this Course
(Practice similar questions for free)
Question:

Difference between abstract class and interface?

Author: Ed Howard



Answer:

Interface is the blueprint that can be used to implement a class, no constructors, use implement, also only variables that a final. Abstract can have all defined and undefined methods and different access modifiers, using extend, can have instance or static variables.


0 / 5  (0 ratings)

1 answer(s) in total

Author

Ed Howard
Ed Howard