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
Explain the types of comments in c#?
What is an iqueryable in c#?
What is use of hashtable in c#?
What are circular references?
Explain the difference between .net and c#?
What do you mean by hashtable c#?
What is Event - Delegate?
What does console readkey do in c#?
List the fundamental oop concepts?
Can constructor be protected in c#?
What namespace is list in c#?
What are constructors in c#?
How do you sort a list in c#?
Can an abstract class inherit from another abstract class c#?
Wcf and what is difference between wcf and web services?