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

Describe the difference between inline and code behind - which is best in a?

0 Answers  


When during the page processing cycle is ViewState available?

1 Answers   Siebel Systems,


In Crystal Report Refresh Button is not working. when I click on it it givesh error like "missing parameter values " I have used propery of Crystal Viewer like ReuseParameterValuesOnRefresh="True" but this also not working. Plz give me any solution.

1 Answers  


What is a Repeater Control and how does it works? and what is the diffrence b/w Gridview,datalist and repeater control?

2 Answers   USi,


What is the need to give <compilation debug=true> command ?

3 Answers   Netsweeper,


Where does Web.Config Info stored? Will this be stored in the registry?

4 Answers   Accenture,


What are the new login controls in asp.net 2.0?

0 Answers  


What is .net remoting?

0 Answers  


What is asynchronous call?

0 Answers  


What is session management in web application?

0 Answers  


How to store a dataset in a viewstate?

3 Answers   Patni,


what is the use of asp.net

3 Answers   ABC,


Categories