From the course: Object-Oriented Programming with C#
Unlock the full course today
Join today to access over 24,800 courses taught by industry experts.
Continuing with C# - C# Tutorial
From the course: Object-Oriented Programming with C#
Continuing with C#
- [Jesse] At this point, you should have practical knowledge of how object-oriented programming works in C#. We've created classes, we've extended them and we've even abstracted them out by decoupling our code and using interfaces for composition. While the game is very basic in its current form, hopefully you have a better sense of the design patterns we have used to add new items and actions to the game. It should be easy to extend any of our base classes and customize the game in order to finish it. If you'd like to learn more about .NET, C# or object-oriented programming, I suggest checking out my other course on C# Framework design. Thanks for watching the course and I hope to see you next time.