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 / sukriya
Is it possible to implement an interface to a structure?
Ans: A struct can implement interfaces, and it does that
exactly as classes do.
Is it possible to extend a struct?
Ans: struct cannot extend another struct
Is it possible to inherit a class to struct?
Ans: A struct cannot inherit from another struct or class,
| Is This Answer Correct ? | 38 Yes | 2 No |
Post New Answer View All Answers
Where test director stores its data ? Database ,Local file etc...? I need to read this data from Visual Studio 2005 c# client. Regards
The int maps to which C# keyword in .NET type?
Can you explicitly call a destructor?
What are data types examples?
What type of data type conversion happens when the compiler encounters the following code?
what is IEquatable
What is the difference between wrapper class and primitive?
What is the root element of an xml file?
What is serialization and deserialization in c# with example?
Why do we use static methods in c#?
What is lazy loading c#?
What is predicate builder?
How do I simulate optional parameters to com calls?
What is javascriptserializer c#?
What is enum in c#?