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
Why do we need ienumerable in c#?
What are the fundamental oop concepts?
What is the use of getcommandlineargs() method in c#.net?
What is binary search tree in data structure?
Explain the use of SN.exe
Can interface have virtual methods in c#?
How to find Percentage, name ,College from a resume or document ? How to export these values to other page in C#?
Can a child class call the constructor of a base class?
What are the methods in c#?
Is inheritance possible in c sharp?
Is string nullable in c#?
What is multidimensional array in c#?
What is the file extension for c#?
What are the Types of JIT and what is econo-JIT
What happens if the inherited interfaces have conflicting method names?