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
What does private void mean in c#?
What is the difference between virtual method and abstract method?
Ho we can see assembly information?
What is toint32 c#?
What is the difference between field and variable in c#?
Define constructors
What is data annotation in c#?
Can constructor be private c#?
What is an expression in c#?
What is array collection?
What are custom attributes in c#?
What is serialization in unity?
What are the 3 types of comments in c#?
What is deferred execution?
What does void mean unity?