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 COM Interoperability?
Which is faster hashtable or dictionary?
What is clr in c#?
Which namespaces are necessary to create a localized application?
How do you inherit a class into other class in c#?
Define delegate in c#?
What is helper method in c#?
What are the three types of predicates?
Explain the three services model (three-tier application). Presentation (ui), business (logic and underlying code) and data (from storage or other sources).
Is c# static or dynamic?
What is the name of c# compiler?
What does assert() do in c#?
Why is c# a good programming language?
Can private virtual methods be overridden in c#.net?
Why objects are stored in heap in c#?