Can a structure inherit a class.

Answers were Sorted based on User's Feedback



Can a structure inherit a class...

Answer / sivaprasad

structures won't support inheritance

Is This Answer Correct ?    17 Yes 3 No

Can a structure inherit a class...

Answer / a b

A structure cannot inherit from a class but it can
implement an interface.

Is This Answer Correct ?    14 Yes 1 No

Can a structure inherit a class...

Answer / sarang patil

Struct are sealed.

Is This Answer Correct ?    7 Yes 1 No

Post New Answer

More C Sharp Interview Questions

What?s the .NET datatype that allows the retrieval of data by a unique key?

1 Answers  


How do I create a multilanguage?

0 Answers  


destructor, Dispose, Finalize - How they relate to each other

1 Answers   Synechron,


What are cookies in c#?

0 Answers  


How can an inner class access the members of outer class?

0 Answers   Changepond,






Define a class and an object?

0 Answers  


What is xslt in c#?

0 Answers  


What are the fundamental oop concepts?

0 Answers  


When Should You Call The Garbage Collector In .net?

0 Answers   Siebel Systems,


Is collection a data structure?

0 Answers  


What do you know about WM_CHAR message?

0 Answers   C DAC,


When would you use generics in your code c#?

0 Answers  


Categories