Answer Posted / vai bhav
Basicalluy interface is used in any oops supported langusge
like c#.net to overcome the problem of multiple inheritance
i.e. inheriting more than one classes which have same
function also.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are constructors in c#?
Can we have 2 main methods in c#?
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
What is anonymous class in c#?
Define delegation in .net?
What are cshtml files?
What is the main purpose of delegates in c#?
What is extended class in c#?
What is c# windows form application?
There were a lot of questions asked, so I will list the topic (and add a what is "topic" and know pros/cons). Extreme programming, what is a transaction, various SDLC design approaches, what is a namespace, define a good test case, what is a stored proc, webservice? design patterns? linker? compiler? access modifiers? stack vs. queue? arrays vs. linked lists? sorting algorithms? recursion? OOP principles?
What is an extension method in c#?
What is an inheritance ?Give an example in which inheritance is used?
Why generics are used?
What is inumerable?
What are the differences between system.string and system.text.stringbuilder classes?