Answer Posted / dhanunjaya
An interface is the contract between the class and itself.
an interface can contain abstract memberrs only.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What are the 2 broad classifications of data types available in c#?
Helo , Help Me , Help Me About : C# Windows Application - Network How To Manage IP Client's Accessiblity To The Internet Share concise Substitute , Minor ISA Server
What is scaffolding in c#?
How big is an int16?
Explain the access modifiers in c#?
What are the Types of values mode can hold session state in web.config
Is type nullable c#?
What is a Command Object in C#?
Are arrays immutable c#?
is it possible to access a remote web service Without UDDI?
what is object-oriented programming (oop) language?
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 are constructors in c#?
explain the nature of the assembly work?
What is the base class in .net from which all the classes are derived from?