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
Why do we need singleton pattern in c#?
What is inumerable?
Is exe is machine dependent?
What is difference between list and dictionary in c#?
What are the three types of predicates?
For methods inside the interface why can’t you specify the accessibility modifier?
What are the collection types can be used in c#?
What is system console writeline in c#?
What is list array in c#?
What is wrong with the sample program below?
In dynamic link library, which api is used for load library?
Difference between value and reference type. What are value types and reference types?
What is interface inheritance in c#?
What is difference between method overriding and method overloading?
Explain how do you directly call a native function exported from a dll?