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
Can we have two main methods in c#?
Can a struct have a default constructor (a constructor without parameters) or a destructor in c#?
List down the differences between public, static and void keywords?
What Is A Multicast Delegate?
Define an escape sequence, name few strings in escape sequence?
Write the syntax for catching an exception in c#?
How do you determine whether a string represents a numeric value?
Why do you call it a process? What’s different between process and application in .net, not common computer usage, terminology?
What are functions in c#?
What is static void main in c#?
What is the components of window?
What is c# windows form application?
What are boxing and unboxing?
What is method and function in c#?
What is string empty?