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 is the difference between static class and abstract class in c#?
What is the use of ienumerable in c#?
What is the CTS, and how does it relate to the CLS?
What is the difference between field and variable in c#?
Why are strings immutable in c#?
What is the use of ienumerable?
What is string in c# net?
Which is faster iqueryable or ienumerable?
What are the types of serialization?
What is the difference between an integer and int?
What is entity framework in c#?
Explain about CTS?
Which debugging tools you can use in the .NET ssSDK?
What is a callback c#?
Is exe is machine dependent?