Does C# support multiple inheritance?

Answer Posted / venu gopal

No, use interfaces instead.

Is This Answer Correct ?    15 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why use “using” in c#?

530


What is a thread c#?

503


Can we have static indexer in c#?

500


Where’s global assembly cache located on the system?

533


What is iqueryable?

484






Which is faster dictionary or list?

546


How do I get deterministic finalization in c#?

612


Difference between Value type & reference types ? and give the example in .Net?

526


How to sort an int array in c#?

540


In a C# class we have a SortedList member m_addinProjects we want to provide an iterator to allow the consumer of this class access to the items in the collection. Please provide an iterator method for the AnalyzeAddinsDLL class below and an example of how it would be used. namespace AnalyzeAddinsDLL { public class AllAddInProjects { private SortedList m_addinProjects; public AllAddInProjects() { m_addinProjects = new SortedList(); } } }

1819


What is cshtml?

529


Which technology is best for desktop application?

436


What is the use of inheritance in c#?

491


What is string interpolation in c#?

550


What is state c#?

441