How do you inherit from a class in C#?
Answer Posted / hafiz usman majeed
subclassname : superclassname
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Is c# int immutable?
Can struct have constructor c#?
What do you mean by delegates and explain different types of delegates?
Can we inherit singleton class in c#?
What is meant by desktop application?
What is the use of delegate?
What is the difference between and xml documentation tag?
Is c# good for games?
What is int64 in c#?
Do we get an error while executing the “finally” block in c#?
How many types of constructors are available in c#?
What is difference between gridview and form view?
how background thread access to ui control?
Is enum a value type c#?
What does || mean in programming?