Can class inherit from struct c#?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

Why do we parse in c#?

0 Answers  


Is comparator a functional interface?

0 Answers  


What?s an abstract class?

4 Answers   NIIT,


What is string interpolation in c#?

0 Answers  


What is difference between write and writeline?

0 Answers  


What is a reference type c#?

0 Answers  


Explain about accessibility modifier 'protected internal'?

0 Answers  


What is the keyword used to prevent a class from being inherited by another class?

0 Answers   Siebel,


How can you clean up objects holding resources from within the code?

4 Answers   Wipro,


how to return morethan one value using out parameter in c#.net ; For Example : public int show(out int []a) { int []a={1,2,3,4,5}; return a[]; } we have to print all the values without using the Console.WriteLine statement;

1 Answers   Verizon,


What is the difference between virtual method and abstract method?

0 Answers  


What?s a delegate?

2 Answers  


Categories