https://github.com/turingschool-examples/be1_inheritance
Accompanying materials to the BE Mod 1 Inheritance lesson
https://github.com/turingschool-examples/be1_inheritance
be-1 inheritance ruby
Last synced: 6 months ago
JSON representation
Accompanying materials to the BE Mod 1 Inheritance lesson
- Host: GitHub
- URL: https://github.com/turingschool-examples/be1_inheritance
- Owner: turingschool-examples
- Created: 2022-04-13T14:34:25.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-14T21:35:43.000Z (about 4 years ago)
- Last Synced: 2025-06-05T07:47:57.283Z (about 1 year ago)
- Topics: be-1, inheritance, ruby
- Language: Ruby
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 6
- Forks: 106
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Inheritance
This repository is meant to be used in conjunction with the [lesson on Inheritance](https://backend.turing.edu/module1/lessons/inheritance) at [Turing](https://turing.edu).
## How to Use
Starting with the `lesson_example` folder, read the `README.md` file and follow its instructions. Then, try building more classes and synthesize what you've learned in the `exercise_1` folder.
In the `lesson_example` folder, if you want to see a finished version of the scenarios explored, there is a branch available for this purpose called `lesson_completed`:
```
git fetch
git branch # => lesson_completed, *main
git checkout lesson_completed
```
In that branch, there are comments and questions for you to answer as you explore the example.
## Feedback
Got some feedback for us? Please make a PR or create a [new Issue](https://github.com/turingschool-examples/be1_inheritance/issues/new/choose) with your suggestions!