FlowChart, SwitchCase, For

This commit is contained in:
2025-02-18 11:21:55 +01:00
parent ea35a41bc4
commit 069a5890d1
23 changed files with 417 additions and 6 deletions

View File

@@ -63,7 +63,7 @@ namespace Exercises_C_Sharp.E40_Vererbung
class Customer
{
public string Name {get; set;}
public string? Name {get; set;}
public DateOnly Birth {get; set;}
public int BonusPoints {get;set;}