Feature Request: Create a mechanism for making a class open in an all-or-nothing sort of way. Currently, if I make a class
open
users can override a subset of the methods/properties in the class. Instead, I want a way to express that a class can be derived from, but only if you override every public method.