Intro to C#: 25 - Micro RPG Part 1 - Inheritance

preview_player
Показать описание
In this video, we learn about inheritance in C#. We cover both why inheritance is useful and how to implement it into a project. We build the start of a micro RPG game, where the player has been shrunk down and encounters giant ants and killer bees.

=== Relevant Links ===
Рекомендации по теме
Комментарии
Автор

Awesome! Thank you very much. I love all of your stuff here ♥ By the way: This is a crucial important video for my project :)

oltomcat
Автор

This content is very helpful, Thank you sir.

khaledl
Автор

Fantastic tutorial. Thank you so much . On to the next video....

rfdave
Автор

I am having trouble getting rid of //CS8618 - Non-nullable variable must contain a non-null value when exiting constructor.
//Consider declaring it as nullable. how isn't your ant class not an error? should I disable nullable in the .csproj file. I can do fixable suggestion but idk if that's the correct move.

wickedx
Автор

I don’t get it. I mean this arrow thing. This arrow should point from the Parent to the Child not reverse. As a child I inhereted things from my parents, not my parents inhereted something from me, right? 😅
So it’s quite confusing.

paynemax