Can variables defined in interface. If yes how we can
call/use it in class.
Answer Posted / praveen
no we cant add veriables in interface in c sharp
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is expression c#?
Is c# substring zero based?
How do I enforce const correctness in c#?
What is a web service in c#?
What is difference between private and protected?
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 session state in asp net c# with example?
What does question mark mean in c#?
how to compare numbers and dispaly the largest ? *first thing I wanted to do is to input how many numbers to be compared *and then analyzed the largest then display it.
How to declares a two-dimensional array in C#?
What are properties in C#?
Define thread?
How to force my .net app to run as administrator on windows 7?
Describe how a .net application is compiled and executed
What is jagged array?