Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C# Self-Assessment 1 Guide Incorrect Answer #84

Open
matthewcreek opened this issue Jun 5, 2024 · 0 comments
Open

C# Self-Assessment 1 Guide Incorrect Answer #84

matthewcreek opened this issue Jun 5, 2024 · 0 comments

Comments

@matthewcreek
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant