Can we inherit a private class in chsarp? how? explain(with
code) ?
Answer Posted / tiger skumar
Private class cannot inherit be inherited in the derived class.
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
How we can create an array with non-default values?
Which namespace is required to implement trace ?
What do you mean by jagged arrays in c#?
Why to use “using” in c#?
What is enum in c#?
What is array class in c#?
What are annotations in c#?
List down the fundamental oop concepts?
Is it possible to have different access modifiers on the get/set methods of a property in c#?
What is the difference between disposing of () and finalize() methods in c#?
Is c# or c++ better for games?
What are Regex / regular expressions ?
Why singleton class is sealed in c#?
While debugging a C# application can you change the value of a variable?
You are designing a user control. You created new property called backgroundimage which is of type image. You wanted to disable storing this property in the user’s form. How to achieve this?