What?s an interface class?
Answers were Sorted based on User's Feedback
Answer / guest
It?s an abstract class with public abstract methods all of
which must be implemented in the inherited classes.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / ashish gupta
Interface is a contract so that any class which implement
dis interface must define all the methods which is declared
in interface.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / naveen
All memebers in interface must be public however by default
they are public.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / kamlesh sharma
interfaces are contract behaviour between class which
implement this must define all the functions that declared
in interface
| Is This Answer Correct ? | 0 Yes | 1 No |
Can I get the name of a type at runtime?
What is a partial class. Give an example?
f i give input like 1,1,4,5,6,1,2,5,4,1,2, then output should be like : 1-4, 2-2, 4-2, 5-1, 6-1 which means 1 occurs 4 times, 2 occurs 2 times like so.
Explain the difference between “system.array.clone()” and “system.array.copyto()” in c#?
What is string concatenation?
How many types of constructors are there?
What are the different types of assemblies available and their purpose?
What is early binding and late binding
12 Answers ABC, Infosys, TATA,
How does array sort work?
What are the Types of optimization and name a few and how do u do?
Explain more on CLR
What is difference between a function and a method?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)