You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Text states: "11. An abstract class is marked with the abstract keyword, which means it can not be instantiated (i.e. you can't create an object from the class). Abstracts are used to share behavior across classes when the base class should not be extended."
Abstract classes must be extended for child classes to inherit properties/methods.
Suggested change: Remove second sentence
The text was updated successfully, but these errors were encountered:
Relevant link
Text states: "11. An abstract class is marked with the abstract keyword, which means it can not be instantiated (i.e. you can't create an object from the class). Abstracts are used to share behavior across classes when the base class should not be extended."
Abstract classes must be extended for child classes to inherit properties/methods.
Suggested change: Remove second sentence
The text was updated successfully, but these errors were encountered: