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
how to sort an array in c#
What is .net c#?
Can constructor be protected in c#?
Where do we set the min and max pool size for connection pooling?
What is the difference between delegates and events in c#?
What is callback function in c#?
What is the purpose of constructor in c#?
Is datetime nullable c#?
What is null propagation c#?
What is a property c#?
What is thread.sleep()?
How can I check the type of an object at runtime?
What is escape character in c#?
What is the reason behind the invention of c#?
What is the advantage of singleton class?