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
how can one use hcl and c sharp together?
Explain the use of virtual, sealed, override, and abstract method?
What is a console device?
What is the advantage of dependency injection?
What is system predicate?
What is the .NET collection class that allows an element to be accessed using a unique key?
Explane each and every methods of nterface Queue? Explain About performance issues on retrieving records
What is the use of list in c#?
Do void methods have parameters?
Explain synchronous and asynchronous operations?
List some Advantages of switch-case over if else?
What is the use of constructor in c# with example?
Please explain the basic string operations used in c#?
What is the meaning of int parse in c#?
What is difference between singleordefault and firstordefault?