Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

C# Intermediate C# Polymorphism Accessor Access Modifiers

What's the difference between Invader and StrongInvader?

Did I miss something somewhere? It looks like they have the same health.

2 Answers

Steven Parker
Steven Parker
229,732 Points

They might be the same in your workspace (you didn't share a snapshot link to check). But typically, a "strong" invader starts with a health of 3 and and the default for other types is 2.

Ok, he doesn't change it in the video, I don't think. That was the confusing part.

Steven Parker
Steven Parker
229,732 Points

Christian Higgins ā€” Glad to help. You can mark a question solved by choosing a "best answer".
And happy coding!

Yep. You are correct. The health was not changed to 3 in the video as intended. Hopefully this will be obvious to people following along :-)

Steven Parker
Steven Parker
229,732 Points

I think I got the actual value from the downloads. If it's not shown correctly in the video, there should probably be a "Teacher's Notes" for that.

You can report it as a bug to the Support folks. You might have a shot at an "Exterminator" badge.

@Steven Parker ā€¦ Done

Steven Parker
Steven Parker
229,732 Points

Let us know what you hear back.