Answer Posted / imatoria
A class can be inherited from a class or struct.
A structure does not support inheritance and cannot be
inherited from any class or struct. So structure members
can’t be declared protected.
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What do you mean by delegates and explain different types of delegates?
What is the use of xmlserializer?
Describe a Struct ?
What is the difference between integer and double?
What are the different types of classes in c#?
What is for loop in c#?
Can we have multiple threads in one app domain?
What is _layout cshtml?
Should I use double or float?
Wcf and what is difference between wcf and web services?
What is the difference between final finally and finalize in c#?
What is Private Constructor? and it’s use? Can you create instance of a class which has Private Constructor?
what is a constructor? What is a destructor?
What are the steps for creating clr trigger
What is private in c#?