Skip to content

Commit ab540bd

Browse files
Update Professor.cs
1 parent bd567e1 commit ab540bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Polymorphism/Professor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public Professor(){
1616

1717
public override void overrideThisPlease()
1818
{
19-
Wr_L("Howdy Howdy y'all my I just overrode the User meth and by I, I am a Prof and my name is "+TheFullName);
19+
Wr_L("Howdy Howdy y'all my I just overrode the User meth and by I, I am a Prof: "+TheFullName);
2020
}
2121
}
2222
}

0 commit comments

Comments
 (0)