Answer Posted / haja
Hello Guys this is Haja,
I think the question is "What are sealed classes in C#?"
not "WHAT IS SEALED CLASS IN C#?"
The answer is "Every attribute classes are sealed class like [WebMethod], [STAThread], [Serializable] and like these attribute classes...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you declare an interface in c#?
Is int a struct in c#?
What is arraylist?
Why to use “finally” block in c#?
What does an indexer do?
What is unmannaged code and will CLR handle this kind of code or not .
What is the best dependency injection c#?
What is object pool in .net?
In the page load event I assigned dropdownlist’s datasource property to a valid list. On the submit button click.. The same datasource property is coming as null. Why?
What is deadlock in c#?
What does void do in unity?
What is an actual parameter?
What is yield c#?
What is a property in c#?
If a.equals(b) is true then a.gethashcode & b.gethashcode must always return same hash code.