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
Can you use all access modifiers for all types?
What are virtual classes in c#?
Is string nullable c#?
Which control cannot be placed in mdi?
What is IL / CIL / MSIL?
Does the variables of a private class-level inherited?
What is difference between code access and role based security?
What is the base class in .net from which all the classes are derived from?
What is xamarin used for?
Explain the difference between the debug class and trace class?
Are tuples mutable c#?
Which are the loop types available in c#?
What is the difference between dataset and datatable in c#?
Define c# i/o classes?
Explain lock, monitors, and mutex object in threading.