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
Does c# provide copy constructor?
Explain how many types of exception handlers are there in .net?
Is static class thread safe in c#?
What is called method in c#?
If the interface in c# only contains the declaration of the methods and we need to define those methods in the class, then why we use the interface?
What is the purpose of a constructor in c#?
Difference between abstract classes and interfaces
What is session variable in c#?
What is default value of enum c#?
Why constructor is used in c#?
Define a partial class?
Give an example to show for hiding base class methods?
How do you serialize an object?
Is c# easier than javascript?
Distinguish between array and arraylist in c#?