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
If c# destructors are so different to c++ destructors, why did ms use the same syntax?
What are Types of assemblies that can be created in dotnet
What is a reference type c#?
Is c# good for beginners?
Explain publishers and subscribers in events.
What is the meaning of 0 in c#?
Give an example of removing an element from the queue?
What is the value which is accepted by all data types ?
What is an object pool in .net?
Can you inherit multiple classes in c#?
Is c# easier than javascript?
How can you write a class to restrict that only one object of this class can be created (Singleton class)?
Define interface class in c#?
What is clr in c#?
What does this keyword mean in c#?