Initial commit
This commit is contained in:
10
13.2-Superklass/Hund.cs
Normal file
10
13.2-Superklass/Hund.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
|
||||
public class Hund : Husdjur {
|
||||
|
||||
public void geLjud() {
|
||||
Console.WriteLine("Hunden skaller");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user