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 / palash
Very Simple....
Create one private Constructor inside the class then we are
not create any object of that class.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is a thread? What is multithreading?
Why singleton class is sealed in c#?
What does string format do?
What is transparent caching with aop ?
What is an arraylist in c#?
HOW to Develope the CRUD(create,read,update,delete) FORM IN WINDOWS form by using c# only
Does c# support properties of array types?
Name which controls do not have events?
What is the predicate of a sentence?
What are collections in c#?
What is uint64_t?
What are the 2 broad classifications of data types available in c#?
What are the steps to make an assembly to public?
What you mean by delegate in c#?
Where do I put dll files?