Can you prevent your class from being inherited and
becoming a base class for some other classes?
Answer Posted / sharif
when a class is sealed it not possible to access the
members of the base call to the derived class?
wat happend when i use insted of sealed, am using the static
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What does the keyword “virtual†declare for a method or property?
Why do we need indexer in c#?
Why is hashset faster?
What is difference between write and writeline in c#?
What's your approach to fetch static data in your windows form application?
Explain About .NET Remoting and types of remoting
Is static thread safe?
Why to use “finally” block in c#?
Can struct inherit from class c#?
Explain the use of virtual, sealed, override, and abstract method?
What is a linq in c#?
What's the difference between an integer and int?
Explain the difference between abstract class and interface.
What are custom exceptions? Why do we need them?
What is the difference between system.text.stringbuilder and system.string?