R. Bovills .NET Blog
.NET Tricks, Tips, and Snippets
August 11, 2011
Virtual Sealed Method in C++/CLI
example:
virtual System::String^ DoSomething(...) sealed;
What does the sealed do here?
"sealed" on a function means that you can't override that method in a derived type.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment