Can a structure inherit a class.
Answer Posted / sivaprasad
structures won't support inheritance
| Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
How is the syntax written to inherit from a class in C#?Give an example ?
What is default access specifier for class in c#?
What is the implicit name of the parameter that gets passed into the class set method?
Name which controls do not have events?
What is the output of TextWriterTraceListener redirected?
What is array class in c#?
What is windows form in c#?
What is the purpose of abstract class in c#?
What is the advantage of static class in c#?
Why do we need abstract class?
How can I develop an application that automatically updates itself from the web?
How many types of constructors are available in c#?
What is concrete method in c#?
Can enum have methods c#?
What is the use of oops in c#?