Why multiple Inheritence is not used in C#?
Answer Posted / rajat
No, you cannot
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All 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
How many kinds of elements an array can have?
What are tuples c#?
What is a clr (common language runtime)?
What is a console in c#?
Write a sample code to write the contents to text file in c#?
What is datacontract in c#?
What are strongly typed objects?
What is the difference between “constant” and “readonly” variables in c#?
What's different between c# and c/c++?
What is class in oops with example in c#?
Is stringbuilder faster than string concatenation c#?
How would you describe encapsulation in c#?
What is private in c#?
Define constructor in c#.