Musings
Public · Protected · Private
Can you prevent your class from being inherited and becoming a base class for some other classes?
-
2008-08-24 18:59Sealed
-
2008-08-24 19:00methods also can be sealed. Keep class as public but make method as sealed
This blog is frozen. No new comments or edits allowed.