Answer Posted / sanjay
sealed classes can only be used as a base classes,they cant
be inherited.
| Is This Answer Correct ? | 23 Yes | 27 No |
Post New Answer View All Answers
Can abstract class be sealed?
What is delegates in c# and uses of delegates?
How to install or uninstall a windows service?
Give an example to show for hiding base class methods?
What is the default value of object in c#?
What is marshalling in c#?
What does || mean in programming?
List the 5 different access modifiers in c#?
Can a constructor have a return type?
What are floating point numbers?
Does c# support multiple inheritance (mi)?
What is the difference between array and list in c#?
What is lastindexof c#?
What is JIT (just in time)? how it works?
What are boxing and unboxing?