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 |
Where do you store the information about the user?s locale?
What are the server control tags in asp.net.?
What are the new navigation controls in asp.net 2.0?
About Global .asax ?
What is the difference of a LEFT JOIN and an INNER JOIN statement? What is a Cartesian product? What causes it?
List the types of authentication supported by asp.net?
How do you do Client-side validation in .Net?
How you can return View from ASP.NET Web API method?
How many modelpopup extender we frequire when we want more than one model popup on same page ?
What is difference between view state and session state?
How about the security in Activex DLL and Activex EXE ?
Explain the role of global.asax?
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)