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 type safe in c#?
How can we set class to be inherited, but prevent the method from being over-ridden?
Explain jagged arrays in c#?
What is event delegate in c#?
what are the different ways a method can be overloaded?
Explain attributes in c#?
What is streamreader/streamwriter class?
What are sorted lists?
What is difference between ienumerable and ienumerator in c#?
Explain the types of errors in c#?
Why do we need static class in c#?
How many types of delegates are there in c#?
How do you pass reference parameters in c#?
what is the equivalent to regsvr32 and regsvr32 /u a file in .net development?
How does one compare strings in c#?