LaunchCodeEducation / csharp-web-dev-curriculum

Hugo version of C# Unit 2
http://education.launchcode.org/csharp-web-dev-curriculum/
1 stars 5 forks source link

Chapter 7 A Tale of Two Cats Check Your Understanding references packages instead of namespace #69

Open matthewcreek opened 3 months ago

matthewcreek commented 3 months ago

Relevant Link

Text states: "A class called Greeting extends Message. Greeting and Message are both defined within a package called Speech. Select all of the fields, properties, and methods that are inherited by Greeting."

Suggested change: "A class called Greeting extends Message. Greeting and Message are both defined within a namespace called Speech. Select all of the fields, properties, and methods that are inherited by Greeting."