Can c# inherit multiple classes?


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

Post New Answer

More C Sharp Interview Questions

What is a derived class in c#?

0 Answers  


What is a thread c#?

0 Answers  


what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?

0 Answers   Satyam,


What are fields in c#?

0 Answers  


How does bubble sort work?

0 Answers  


C# is case sensitive, what is mean by case sensitive

3 Answers  


please exaplain gridview and what are the process available for it. how to add the row number automatically? is it possible to add child controls ?

2 Answers  


What is ispostback c#?

0 Answers  


Is goto statement supported in c#?

0 Answers  


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<string, AddInProject> m_addinProjects; public AllAddInProjects() { m_addinProjects = new SortedList<string, AddInProject>(); } } }

0 Answers   ABC, WinsIndia,


What?s class SortedList underneath?

1 Answers  


If you donot specify an access modifier for a method, what is the default access modifier?

0 Answers  


Categories