Initial commit
This commit is contained in:
11
13.1-Enkel_OOP/Hund.cs
Normal file
11
13.1-Enkel_OOP/Hund.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
public class Hund {
|
||||
public string namn;
|
||||
// FEL!!!!!
|
||||
|
||||
public Hund() {
|
||||
Console.WriteLine("Skapade en Hund");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user