how we declare interface
Answers were Sorted based on User's Feedback
Answer / merinkmathew
public interface Iproduct
{
string ID
{
get;
set;
}
double Price { get; set; } double
CalculatePrice();
}
| Is This Answer Correct ? | 12 Yes | 1 No |
Answer / venu
public interface Service
{
int add(int a,int b);
int mul(int c,int d);
}
by default access modifiers in nethods are public
| Is This Answer Correct ? | 0 Yes | 0 No |
Name the tools or API for developing or testing web api?
What does setting a control's EnableViewState property to false accomplish?
Explain the difference between value type and reference type?
What is rending process in ASP.NET?
0 Answers Sans Pareil IT Services,
what is difference between User Control,Custom Contro1,Web server control and template controls
What are the various types of validation controls provided by asp.net?
What events will occur when a page is loaded?
What is machine.config and web.config ?
What are the main requirements for caching?
What is different between webconfig.xml & Machineconfig.xml ?
can sn.exe can be used before gacutil.exe
Is asp.net different from asp? If yes, explain how?
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)