How do you inherit from a class in C#?
Answer Posted / venu gopal
Place a colon and then the name of the base class. Notice
that it?s double colon in C++.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is scope c#?
What is the difference between constants and read-only?
What exception can an overridden method throw in comparison with the method it is overriding?
What is a string in c#?
Define MSIL, and how does it works? Why our developers need an appreciation of it if at all?
Is c sharp free?
What is literal in c#?
What kind of the information stored inside the assembly?
What is the base class in .net from which all the classes are derived from?
Can a abstract class have a constructor?
what are the differences between a class and structure
What is readline c#?
Is java better than c#?
What are the steps to create an assembly and add it to the gac?
Is char * null terminated?