Monthly Archives: May 2016

Static and Instance

A static class is basically the same as an instance class. The main difference is that a static class cannot be instantiated – you cannot create an instance of the static class via the “new” keyword. Given that you cannot

Posted in Uncategorized

Delegate Chains

I had previously written that a delegate is a class containing a reference to a method. A delegate can actually contain a reference to multiple methods ( which can be in different classes ). When a delegate contains multiple targets, this is

Posted in Uncategorized
Design a site like this with WordPress.com
Get started