.Net Framework Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 675 Page Views: 

What is sealed class?



Posted By: Avi Date: 15 October 2010 12:41:48 AM
 Answer:

Another class cannot e derived from this class.


Posted By: avibtech


Date: 15 October 2010 12:41:48 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image a87TtS
Related Questions
.Net Framework : Can property be a generic type?

Can property be a generic type?

Yes
Category: .Net Framework Date: 10/14/2010 12:09:48 PM
.Net Framework : What is event?

What is event?

Event is a member that enables an object or class to provide notifications. Clients cann attach code....
Category: .Net Framework Date: 10/14/2010 12:09:48 PM
.Net Framework : What data providers comes with .NET framework?

What data providers comes with .NET framework?

SqlClient – MS SQL Server, ODBC, OleDb, OracleClient
Category: .Net Framework Date: 10/14/2010 9:32:48 AM
.Net Framework : What data encoding does the .NET framework uses to represent characters?
.Net Framework : What is XmlDocument class?

What is XmlDocument class?

This class represents XML document. It is-memory tree representation of XML document.
Category: .Net Framework Date: 10/14/2010 7:05:49 AM