Can you inherit from multiple classes in c#?


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

Post New Answer

More C Sharp Interview Questions

Explain the 3 types of properties in c# with an example?

0 Answers  


What is an inheritance in c#?

0 Answers  


What are get and set in c#?

0 Answers  


What?s the difference between the System.Array.CopyTo() and System.Array.Clone()?

3 Answers  


What is the best method to fill the GridView. using SqlDataReader or Dataset and why

5 Answers   CA,






Is object an int c#?

0 Answers  


i have a question which is quite simple but yet complicated for me my question is why do we use void, if it does not return anything to the compiler? if it is used for normal display it can also be done by what is called Console.Write() or Consol.WriteLine() and if i do not use void with my method then my compiler throws me an error. if i return a value say integer then i write public int fun() display of the result can also be done here then why is it so necessary to use void with a function and why so compiler throw us an error if v don't use void return type?

2 Answers  


About multi level and multiple inheritance how to achieve in .net ?

2 Answers   CTS, MMTS,


What is application c#?

0 Answers  


Why should you override the tostring() method?

0 Answers  


What is the use of GC.KeepAlive Method?

0 Answers   HCL,


What is dbcontext c#?

0 Answers  


Categories