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:

Why do we need Abstract classes ?

Author: Lock Huynh



Answer:

Abstract classes are used to define a common base with shared methods and properties that derived classes can implement. They provide a template and enforce that certain methods must be implemented by subclasses.


0 / 5  (0 ratings)

1 answer(s) in total