Can a structure inherit a class.
Answers were Sorted based on User's Feedback
Answer / a b
A structure cannot inherit from a class but it can
implement an interface.
Is This Answer Correct ? | 14 Yes | 1 No |
How big is a float?
What are value types and reference types?
Why do we need generics?
Can you allow class to be inherited, but prevent the method from being over-ridden?
What is the purpose of static?
What is event and delegates in c#?
Is it possible to execute multiple catch block for a single try statement?
List down the differences between public, static and void keywords?
What is for loop in c#?
What is windows application in c#?
How can you overload a method?
What is platform independence"?