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 / sushil badyal
yes, We can implement interface in structure.
We can't extend structure also we can't inherit a class to
struct.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
Define delegate?
Is std :: string null terminated?
Define a manifest in .net?
Explain the three services model (three-tier application). Presentation (ui), business (logic and underlying code) and data (from storage or other sources).
Illustrate race condition?
What do you mean by saying a "class is a reference type"?
What .exe means?
What is xml document how do you open it?
What is generic types in c#?
Distinguish between the Debug class and Trace class with its functionality?
Why do we use generics in c#?
What are the advantages of generics in c#?
What floating point types is supported in C#?
Do while loops yes or no c#?
Why do we use yield in c#?