Answer Posted / vijay rana
if we want to prevent a class to be inherited then we use
the keyword sealed,
means this class will not be inherited now
| Is This Answer Correct ? | 117 Yes | 12 No |
Post New Answer View All Answers
Explain about finalize method?
Can we declare class as protected?
What is a virtual property. Give an example?
Explain About remoting and web services. Difference between them
How will you get the different language strings?
What is a namespace server?
What is the max value of int32 in c#?
What is the difference between ienumerable and iqueryable?
Can struct be static in c#?
What is lazy class in c#?
Explain publishers and subscribers in events.
What is icomparer in c#?
What are constants in c#?
What is dataadapter c#?
What is the difference between string and stringbuilder in c#?