Saturday, 27 April 2013

Can your class inherit from SqlCommand Class? | ASP.Net interview questions

No, you cannot inherit from SqlCommand Class. SqlCommand Class is a sealed class. It is a compile time error.

No comments: