Answer Posted / krishnaveni.k
An Interface is a reference type. In C# and java not
support the multiple inheritance so i am using interface
concept.A class can implement multiple interfaces and using
interface keyword.It contain only method declaretion. but
not implementaion
| Is This Answer Correct ? | 20 Yes | 5 No |
Post New Answer View All Answers
Define c# i/o classes? List the commonly used classes?
What is literal in c#?
What's difference between constants and static readonly?
What exactly happens when we debug and build the program?
What is concatenation and when should it be used?
What is a race condition?
What is the difference between an implicit conversion and an explicit conversion?
If c# destructors are so different to c++ destructors, why did ms use the same syntax?
What is the use of static members with example using c#.net.
What is the difference between CONST and READONLY?
Is c# an open source language?
What is static void main in c#?
What is the difference between delegates and superdelegates?
Explain boxing and unboxing in c#?
Hello! How to do this: "Create manifest utility intended for creating update content files. Application should take a set of files as input parameter and generate XML based manifest file as output one." I use C# and vs.net 2003. It's urgent! Help please, thanks. Mayana