Home
|
Contact us
Class that cannot be inherited
What type of class cannot be inherited?
A
sealed class
cannot be inherited. A
sealed class
is used primarily when the class contains static members. Note that a
struct
is implicitly sealed; so they cannot be inherited.
Category:
OOPS Faqs Concepts Faqs, Interview Questions & Answers in C#
Ask New Questions
Microsoft.Net Framework
.Net 2.0 Namespaces
.Net Assemblies
OOPS Faqs in C#
ASP.Net Faqs
ASP.Net 2.0 Faqs
Web Services Faqs
ADO.Net Faqs
Database Faqs
OOPS Faqs
IT Project Management
© DotNetInterviewFaqs.com