Can a structure inherit a class.
Answer Posted / a b
A structure cannot inherit from a class but it can
implement an interface.
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
Is lazy thread safe c#?
What is managed code?
What is parseexact c#?
What do you mean by default constructor?
What is the C# syntax to catch any possible exception?
What is Asynchronous call and how it can be implemented using delegates?
How does dependency injection work c#?
What is ienumerable <> in c#?
What are strongly typed objects?
What is the max value of int32 in c#?
Difference between call by value and call by reference in C#?
Explain the accessibility modifier protected internal?
What is response redirect in c#?
Why is ienumerable used?
How are methods overloaded?