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

Difference between call by value and call by reference in C#?

0 Answers   Hexaware,


What are the uses of delegates in c#?

0 Answers  


Can we have multiple constructors in a class c#?

0 Answers  


What is difference between write and writeline?

0 Answers  


code to generate a excel sheet and to write data into it --- -it has to fetch the excel sheet which is in one folder placed by us inside a project folder(i,e it has to create a instance of that excel sheet) and write the data into it row by row please respond as early as possible

1 Answers  






When Doveloped C#

2 Answers  


WHAT IS THE EXACT USE OF INTERFACE(DONT TELL USE FOR MULTIPLE INHERITANCE)

5 Answers   eXensys,


What?s a satellite assembly?

2 Answers  


Is arraylist thread safe?

0 Answers  


Explain the process of Serialization?

0 Answers  


What is continue in c#?

0 Answers  


What are the types of assembly available

0 Answers  


Categories