Wats the diff between sealed class and private class in
inheritance
Answer Posted / mayur
The Difference between sealed class and private class
is not same
bcoz in private class the user can call the function in
same class
and
if the user has to call sealed class then the methods
function can be called throught other class also
| Is This Answer Correct ? | 15 Yes | 37 No |
Post New Answer View All Answers
What is an enumerator c#?
Explain streamreader/streamwriter class?
Explain metadata in c#.
Which is faster iqueryable or ienumerable?
Define acid rule of thumb for transactions in c#.
What Is An Interface Class?
What is the difference between ienumerable and iqueryable?
What are the 3 types of comments in c#?
What is the difference between values and reference types?
How to generate strong name key file or which command is used to generated strong name key file?
What is event and delegates in c#?
What is ioc containers c#?
can multiple catch blocks be executed for a single try statement?
What is a class c#?
What is a generic c#?