Wats the diff between sealed class and private class in
inheritance
Answer Posted / vimal
Sealed Class Cannot be Inherited, Private Class Can be Inherited
| Is This Answer Correct ? | 21 Yes | 13 No |
Post New Answer View All Answers
What tool we have to use to install assembli in gac folder.
What is event delegate in c#?
List down the fundamental oop concepts?
How do I declare a pure virtual function in c#?
Can you inherit from a static class in c#?
What is session state in asp net c# with example?
How do I convert a string to an int in c#?
What is icomparer in c#?
What is the default modifier for class in c#?
What is the difference between field and property in c#?
Explain dataadapter.update method in .net?
Can constructor have return type c#?
What is windows forms in c#?
What are callback methods in c#?
What exactly happens when we debug and build the program?