Intro to C#: 26 - Micro RPG Part 2 - Polymorphism

preview_player
Показать описание
In this video, we continue building out our Micro RPG game and use it to explore the concept of polymorphism in C#. This allows us to create a collection of different Enemies (Ants and Bees) and store them all in one list.

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

Criminally underrated videos! Thank's a lot for making them!

rumpafumpa
Автор

awww thank you so much! Btw: Also for UML deeper diving ♥ Love it!

oltomcat
Автор

Your c# tutorials are amazing for learning how to work with classes in c#!

DKaldes
Автор

Have no idea how did it happen but because we are sharing one class for 2 different ants, the random number is same for both ants but in your video they are different . I have follow steps I can't find out what have I missed here

MrRustaf