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 exe in c#?
Do unused Namespaces in c# affect run-time performance?
What is difference between private, protected, and public in C#?
What is an assembly qualified name
How can we sort the elements of the array in descending order?
What is object type in c#?
What Is A Satellite Assembly?
What is difference between dictionary and hashtable?
What are types of constructor?
What is yield keyword?
What are scriptable objects?
Can I call a virtual method from a constructor/destructor?
What is the extension of c# file?
What is type safe code?
What is the base class in .net from which all the classes are derived from?