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
Can a class be private in c#?
What is the use of main method in c#?
What is an assembly loader?
What is the difference between static and private constructor in c#?
What is the main usage of keyword “virtual†? How does it work for a method or property?
What is serialization in unity?
Write a short note on interface?
Define parsing?
What debugging tools come with the .NET ssSDK?
How do I stop my console from closing in c#?
What is application c#?
What is difference between override and new in c#?
Are cao stateful in nature?
What are the Types of instancing properties and explain each. Explain the difference between multiuse,singleuse and globalmultiuse and which is default
Why do we need oops in c#?