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
What is use of a HashTable in .NET?
Please write a program to display “welcome to bestinterviewquestion.com” in c#?
How many parameters can a method have c#?
Explain lock, monitors, and mutex object in threading.
Explain what is an interface in c#?
if we are updating a database using thread, and mean while application crashes or thread being aborted then what will happen in Database? Rollback or Database will be updated? Please explain with different scenario.
What is the advantage of singleton class?
Explain the process of abstraction with an example?
What is the implicit name of the parameter that gets passed into the class set method?
What is reflection c#?
How can we make a thread sleep for infinite period ?
Why is aws serverless?
what are pointer types in c#
What is difference between abstract class and interface in c#?
If multiple interfaces are inherited and they have conflicting method names; What will happen ?