Answer Posted / vijay pandey
when u add a sealed keyword to the class declaration then the class can not be inherited
1-it is restriction from modification
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is Private Constructor? and it’s use? Can you create instance of a class which has Private Constructor?
Can I define a type that is an alias of another type (like typedef in c++)?
What Is The Smallest Unit Of Execution In .net?
What are assemblies?
In C#, explain the difference between overloading and overriding.
What do u meant by "SBI" of an object?
What does public mean in c#?
What issues can be faced while delivering code?
hi all.... i need code snippets for store and retrive tiff fromat images in sqlserver....... kindy provide it.......
Can you inherit from multiple classes in c#?
What is a protected class c#?
What is a console in c#?
How to update the gui from another thread in c#?
Classes and structs can be declared as static, is this statement true or false?
What is namespace in oop?