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

Add subclass to demonstrate inheritance and overriding #34

Open
jody opened this issue Sep 27, 2021 · 1 comment
Open

Add subclass to demonstrate inheritance and overriding #34

jody opened this issue Sep 27, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@jody
Copy link
Owner

jody commented Sep 27, 2021

As an instructor, I want a subclass of HelloWorld that can be used to demonstrate inheritance and overriding.

Acceptance Criteria:
√ A subclass of HelloWorld exists
√ The subclass demonstrates calling an inherited method [partial; could use enhancement]
√ The subclass demonstrates overriding an inherited method
√ There is a unit test class for the subclass
x Tests within the unit test class exercise the functionality of the subclass [see: Issue #36]

@jody
Copy link
Owner Author

jody commented Sep 27, 2021

Needs actual unit test methods.
Would benefit from additional demonstrations of inheritance.

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

No branches or pull requests

1 participant