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
Can we change static variable value in c#?
Does google use c#?
Value Type and Reference Type Data type in C#?
Define delegation in .net?
What is icomparable in c#?
What is a int in c#?
Describe the parts of assembly.
Explain manifest in c#.
What does an indexer do?
What's the difference between system.string and system.text.stringbuilder classes?
Can properties be static in c#?
Give an example to show for hiding base class methods?
What method is used to sort the elements of the array in descending order?
Which is faster hashtable or dictionary?
What do you mean by jagged arrays in c#?