How can we main a Class as base class,i.e not inherited
further?{please Dont tell using Sealed class,any other way}
Answer Posted / vinay tiwari
by making private cnstructor
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
What is a method signature in c#?
Why we use get and set property in c#?
Which constructor is called first in c#?
Is datetime a value type in c#?
Explanation on Generic?
Can I use exceptions in c#?
Does c# have its own class library?
how encapsulation is implemented in c#
Why do we override in c#?
What does dbml stand for?
What is selector c#?
What is the difference between private and protected in c#?
What is the difference between readkey and readline in c#?
Why is static constructor called first?
What is the difference between == and object.equals?