Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how we declare interface

Answers were Sorted based on User's Feedback



how we declare interface..

Answer / merinkmathew

public interface Iproduct
{
string ID
{
get;
set;

}

double Price { get; set; } double
CalculatePrice();
}


Is This Answer Correct ?    12 Yes 1 No

how we declare interface..

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

Post New Answer

More ASP.NET Interview Questions

Name the tools or API for developing or testing web api?

0 Answers  


What does setting a control's EnableViewState property to false accomplish?

1 Answers  


Explain the difference between value type and reference type?

0 Answers  


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

1 Answers  


What are the various types of validation controls provided by asp.net?

0 Answers  


What events will occur when a page is loaded?

0 Answers  


What is machine.config and web.config ?

5 Answers   Digital GlobalSoft,


What are the main requirements for caching?

0 Answers  


What is different between webconfig.xml & Machineconfig.xml ?

1 Answers  


can sn.exe can be used before gacutil.exe

2 Answers   Accenture,


Is asp.net different from asp? If yes, explain how?

0 Answers  


Categories