Can a structure inherit a class.
Answer Posted / a b
A structure cannot inherit from a class but it can
implement an interface.
Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
how encapsulation is implemented in c#
What is the difference between parse and tryparse in c#?
Can we customize the serialization process?
How big is an int16?
What do you mean by abstract class in c#?
What is the difference between ienumerable and enumerator?
What is eager and lazy loading in c#?
What is the use of functional interface?
What is difference between int and int in c#?
What's different between c# and c/c++?
what is the difference between the debug class and trace class?
What is the difference between a variable and a literal?
What is the implicit name and type of the parameter that gets passed into the class set method?
What are anonymous functions in c#?
Define multicast delegate? How it be used?