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 the difference between disposing of () and finalize() methods in c#?
What do you mean by saying a "struct is a value type"?
Write a C# program to find the Factorial of n
What are the Types of caching
What is AutoMapper in C#?
Explain Constructor and destructor?
What is xaml in c#?
What is array and arraylist?
Is it possible to have different access modifiers on the get/set methods of a property in c#?
Why abstraction is used in c#?
Explain circular reference in c#?
What is the meaning of int parse in c#?
What is asynccallback c#?
What is a service layer c#?
What is token in c#?