Making sure it uses Microsoft Code Convention
This commit is contained in:
@@ -4,9 +4,9 @@ namespace OOP.Animals
|
||||
{
|
||||
public Lion()
|
||||
{
|
||||
this.Name = this.GetType().Name;
|
||||
Name = GetType().Name;
|
||||
}
|
||||
|
||||
|
||||
public override void MakeSound()
|
||||
{
|
||||
Console.WriteLine("Rawr");
|
||||
|
||||
Reference in New Issue
Block a user