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
What is difference between singleordefault and firstordefault?
What is the base class from which all value types are derived?
What are cookies in c#?
Why do we need abstract class?
Is everything an object c#?
To whom a method is accesssed if it is marked as protected internal ?
What happens during the process of boxing?
What is a void c#?
How can an inner class access the members of outer class?
What are the three types of operators?
Can an abstract class inherit from another abstract class c#?
What is a delegate? Explain.
Can non-default constructors be used with single call sao?
What is the use of list in c#?
What will a loop recorder show?