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 Smallest Unit Of Execution In .net?
What is asynccallback c#?
What do you mean by object pooling?
What are the 3 logical operators?
What is CLR and its application.?
What is difference between yielding and sleeping?
What does char mean in c#?
What is the implicit name of the parameter that gets passed into the set method/property of a class?
In which order the constructor is called for an inherited class?
What is the difference between public, static, and void?
Why is ienumerable used?
Are attributes inherited c#?
What is the difference between console application and windows application?
What is meant by collections in c#?
Explain the term inheritance in C#.