Is it possible to implement an interface to a structure? Is
it possible to extend a struct? Is it possible to inherit a
class to struct?
Answer Posted / bablu
A struct type can implement an interface ya we can do that but the thing is we have to understand that struct is a value type and interface is a reference type data type so it is boxed.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
write a program to find the biggest palindrome in the given string
Is xml tags are case sensitive?
What do you mean by jagged arrays in c#?
How to exclude a property from xml serialization?
Explain the difference between “system.array.clone()” and “system.array.copyto()” in c#?
What are classes in c#?
how to sort an array in c#
How do I create multifile assembly?
Can arraylist store different data types in c#?
What is a property c#?
Is datetime nullable c#?
What is instantiating a class?
What is the main purpose of xml?
Explain use of abstract and sealed classes in c#?
Explain about ODP.net