override

override and final

/
Using the context-sensitive keyword override and final, you can explicitly manage the overriding of virtual…
enumClassic

Strongly-Typed Enums

/
Enumerations are a convenient way to define integer constants with names. These integer constants are…