Answer Posted / kanan
answer #2 is correct. You can not inherit structure because
it's sealed internally.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Can an interface extend a class c#?
How to implement delegates in c#.net
How to sign an assembly with strong name?
Differentiate between copy and default constructor.
What is regex c#?
Is 0 an unsigned integer?
Can a class have more than 1 destructor?
Can the nested class access, the containing class. Give an example?
How main method is called in c#?
What is datarelation c#?
what is the difference between a struct and a class in c#?
how to implement a web service in .net
How does bubble sort work?
Explain async and await?
Can abstract class have private constructor c#?