Hello.

I am Paul Kinlan.

A Developer Advocate for Chrome and the Open Web at Google.

I love the web. The web should allow anyone to access any experience that they need without the need for native install or content walled garden.

A Quick C# Question: Sealed classes

Paul Kinlan

This blog post discusses whether sealing a class in C# automatically seals its methods as well. The author wants to prevent further extension of an abstract class with virtual functions. They wonder if sealing the class alone achieves this or if each method needs to be explicitly sealed.

Read More