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 is the use of system.environment class in c#.net?

0 Answers  


Is and as in c#?

0 Answers  


What is enum in c#?

0 Answers  


Is c# good for web development?

0 Answers  


What does an indexer do?

0 Answers  






What is assembly manifest?

0 Answers  


can a structure used in a class if yes then how.

2 Answers   Synechron,


What is the difference between null and string empty in c#?

0 Answers  


What does virtual keyword mean ?

6 Answers   TCS,


Are there functions in c#?

0 Answers  


What is private protected in c#?

0 Answers  


What is mvc pattern in c#?

0 Answers  


Categories