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 / saurabh hoonka
use Private access modifier
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
How can it prevents DLL Hell assembly versioning in .NET?
What are the differences between system.string and system.text.stringbuilder classes?
How can we make a thread sleep for infinite period ?
What is a interface in c#?
How do you read an Excel sheet in C#?
Define an assembly in .net?
What are the 3 different types of arrays?
What is default access specifier for class in c#?
What is Asynchronous call and how it can be implemented using delegates?
Difference between abstract classes and interfaces
What is the purpose of c#?
What is iqueryable in linq?
Can we use "this" command within a static method?
What do you mean by streamreader/streamwriter class in c#?
explain the three services model commonly know as a three-tier application.