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 application c#?
Explain constructor in c#?
What is the difference between static class and abstract class in c#?
What is the use of thread join in c#?
How can you use abstract class and interface?
What is the .net datatype that allows the retrieval of data by a unique key?
What is writeline in c#?
What are the main reasons to use c# language?
What is the difference between final finally and finalize in c#?
Explain acid rule of thumb for transactions in c#.
Explain About Postback
What is the difference between protected and private?
Is everything an object c#?
Will the following code compile and run?
What is class method?