Answer Posted / senthil kumar
when a class defined as sealed its not possible to inherit
its class and properties to the inherited class.Its also
applicable to the class properties.Even class defined as
public its banned to inherit the class.
| Is This Answer Correct ? | 126 Yes | 18 No |
Post New Answer View All Answers
Can we inherit partial class in c#?
What are the uses of namespaces?
What can I create with c#?
What is int32 in c#?
What is method and function in c#?
How to parse a date time string?
How to find the current application file path while runtime?
List down the commonly used types of exceptions in .net
What is difference between ienumerable and ienumerator in c#?
Why delegates are type safe in c#?
What is a dictionary in c#?
What is the difference between malloc () and new?
Define mutex in C#?
Why is it important to override gethashcode when equals method is overridden?
What is console application with example?