FlowChart, SwitchCase, For
This commit is contained in:
@@ -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;}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user