How can you prevent classes to be inherited?
Answer Posted / lucky
make the constructor private.
| Is This Answer Correct ? | 0 Yes | 14 No |
Post New Answer View All Answers
How does aspect oriented programming work?
How does yield return work c#?
Is array a list?
What is integer c#?
What happens when thread sleep () method is called?
How to declare a property in a class?
Where’s global assembly cache located on the system?
What is difference between abstraction and encapsulation in c#?
How do I use the 'using' keyword with multiple objects?
Are string objects mutable or immutable?
What is a generic method?
Which operator cannot be overloaded in c sharp?
If the original method is not static you can declare an override method to be static or not?
Define parsing? Explain how to parse a datetime string?
Explain the concepts of cts and cls(common language specification).