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

   Log in to start


From course:

OOP Practice Questions

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

Difference between Abstract Class & Interfaces?

Author: Lock Huynh



Answer:

Abstract Class: Can have both abstract and concrete methods, supports inheritance, and can have fields and constructors. Interface: Only has abstract methods (in most cases), cannot have fields, constructors, or any implementation details, and supports multiple inheritance.


0 / 5  (0 ratings)

1 answer(s) in total