Journal Week 11 Day 1
# Journal Week 11 Day 1
What does Inheritance accomplish for us in C#?
How does Member inheritance work in C#? Does a class inherit all members of the base class?
How does accessibility affect inheritance?
Inheritance allows you to make objects that require certain info. Helps keeps track of info.
Everything is inherited. But not everything has to be public and visible.
It just changes how it viewed. There are public, private, and protected.
Daily Project https://github.com/JordanWilker/Vacation