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
ans is no to all
| Is This Answer Correct ? | 3 Yes | 19 No |
Post New Answer View All Answers
What is namespace c#?
What is serialization in unity?
Why cannot you specify the accessibility modifier for methods inside the interface?
What are the extension methods in c#?
What are the types of assembly available
Are tuples mutable c#?
Is object an int c#?
Enlist some of the properties of a thread class?
What is event delegate in c#?
For methods inside the interface why can’t you specify the accessibility modifier?
What is assembly c#?
Explain the term inheritance in C#.
What is the name of c# compiler?
What does public mean in c#?
What is the difference between int.parse and int.tryparse methods?