Daily Learning
Project developed in Digital Innovation One's GFT Start #3 .NET with expert instruction Felipe Aguiar. Learning to Abstract a Role Playing Game Using Object Oriented Programming (OOP) with C#.
- Knowledge in C# and .NET
- IDE
Distributed under the MIT License. See LICENSE
for more information.
Create the base of the .NET project:
dotnet new console
Run the project:
dotnet run
Shortcut to create a builder method in Visual Studio Code:
ctor
- C# Extensions
- C#
- How to represent something in your code
- Object vs Instance
- How to represent
- Create a "shape" of something in the real world
- Properties
- Method
- Inherits behaviors from parent class (super class)
- Create a capsule effect: easy consumption of something concentrated (in the case of business rules)
- Many shapes for the same thing
-
Heritage
-
Encapsulation
-
Polymorphism
-
abstraction