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

How big is a float?

0 Answers  


What are value types and reference types?

0 Answers  


Why do we need generics?

0 Answers  


Can you allow class to be inherited, but prevent the method from being over-ridden?

2 Answers   Mind Tree,


What is the purpose of static?

0 Answers  


What is event and delegates in c#?

0 Answers  


Is it possible to execute multiple catch block for a single try statement?

0 Answers   Siebel,


List down the differences between public, static and void keywords?

0 Answers  


What is for loop in c#?

0 Answers  


What is windows application in c#?

0 Answers  


How can you overload a method?

3 Answers  


What is platform independence"?

0 Answers   DELL,


Categories