Wats the diff between sealed class and private class in
inheritance
Answer Posted / satyam
when a class defined as sealed its not possible to inherit
its class and properties to the inherited class.Its also
applicable to the class properties.Even class defined as
public its banned to inherit the class.
Is This Answer Correct ? | 7 Yes | 17 No |
Post New Answer View All Answers
How are Windows programs different from normal C-programs?
Is string a primitive data type in c#?
What is the default scope of a class in c#?
Explain what is an interface in c#?
What is anonymous class in c#?
Explain manifest & metadata in c#.
What is the difference between read and readline in c#?
Can structs in c# have destructors?
Explain the role of the datareader class in ado.net connections?
what are some characteristics of an array?
Are c# strings immutable?
What is semaphore in c#?
What is entity framework in c#?
How do you type a null character?
Explain the types of comments in c#?