Posts tagged as:

Override

Sometimes it can be useful to override a method, be it your own or maybe even one of .NET’s methods. In this example I am going to create a simple class and then show you how to override its ToString() method. In .NET, whenever you create a class, the ToString() method is automatically created for [...]

{ 0 comments }