How can you prevent classes to be inherited?
Answer Posted / nagesh rajarapu
by using sealed keyword before the class name
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain namespaces in c#.
Does c# support properties of array types?
What is byte c#?
Define an assembly in .net?
Explain the mechanism of VB.NET/C# achieve polymorphism?
What are native functions?
What are destructors in C#?
What is an escape sequence?
How can an inner class access the members of outer class?
What is the default boolean value in c#?
Explain the different ways a method can be overloaded?
What is inline function in c#?
Explain the constructor in c#.
What is int64 in c#?
Explain lock, monitors, and mutex object in threading.