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
Where do we set the min and max pool size for connection pooling?
Why do we need constructor in c#?
What is writeline in c#?
What is difference between mutable and immutable in c#?
What do you mean by stack and heap in c#?
What are the uses of delegates in c#?
Define assert() method? How does it work?
What is the difference between hashtable and dictionary?
How many keyword present in C# language ?
Can firstordefault return null?
How to use exception handling in stored procedure?
Define strong name in c#?
Does a loop recorder have to be removed?
What are fields in c#?
Explain about accessibility modifier 'protected internal'?