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 different between Boxing and Unboxing?

0 Answers  


What is Dependency of Injection?

0 Answers  


What is the main purpose of linq?

0 Answers  


Can you instantiate a struct without using a new operator in c#?

0 Answers  


What is the delegates in c#?

0 Answers  






What is tryparse c#?

0 Answers  


What is the use of static abstract class

5 Answers   Karur Vysya Bank KVB, Target,


What is the use of parse in c#?

0 Answers  


How long will it take to learn c sharp?

0 Answers  


STATIC METHOD CAN BE OVERLOADING AND OVERIDNG? IS POSSIBLE IN iN c# .NET AND WHAT IS THE REASON??

3 Answers   IBM, TCS,


what is IDisposal interface,IComparable,IEquatable,IFormatable

0 Answers   Wipro,


In a memory when you Box and Unbox a value-type what happens?

0 Answers   Siebel,


Categories