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
How to Show Message box in Metro Style App?
Constructor to an arbitrary base constructor?
If you donot specify an access modifier for a method, what is the default access modifier?
What does exclamation mark mean in access query?
What are the different ways of method can be overloaded?
What does assert() do in c#?
What are the 3 elements of delegation?
Give examples for reference types?
What is linq c#?
Why do we need constructor in c#?
Is there any sample c# code for simple threading?
Can a class have more than 1 destructor?
Can fields inside a class be virtual?
List the differences between method overriding and method overloading?
Explain About stateless and state full web service