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 long does it take to learn c# programming?
Is php easier than c#?
What is ado net in c#?
Explain About Iunknown interface Queue
Difference between directcast and ctype.
What is an inheritance in c#?
Is datetime value type c#?
Where is c# compiler located?
Explain what is an interface in c#?
What are partial classes and use of partial classes?
Can abstract class be sealed?
What is the difference between ref & out parameters in c#?
Why do we use constructors in c#?
List out the differences between array and arraylist in c#?
How more than one version of an assembly can keep in same place?