Can you prevent your class from being inherited and
becoming a base class for some other classes?
Answer Posted / sharif
when a class is sealed it not possible to access the
members of the base call to the derived class?
wat happend when i use insted of sealed, am using the static
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Explain what is an interface in c#?
Why static variables are used?
What is data adapter in c#?
What is new method in c#?
What is the benefit of delegate in c#?
Can arraylist store different data types in c#?
Is struct object oriented?
Why singleton pattern is used in c#?
Please explain the basic string operations used in c#?
What is generic method in c#?
What is nameof c#?
Why is it called c sharp?
What is wpf c#?
Why it's said that writing into .NET Application Configuration Files is a Bad Idea?
Can we write class inside a class in c#?