Answer Posted / merinkmathew
public interface Iproduct
{
string ID
{
get;
set;
}
double Price { get; set; } double
CalculatePrice();
}
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
Can the unique key be null?
How to rename a table using sql queries?
What is the difference between client-side and server-side validations in webpages?
How to manage different kinds of sessions in ASP.NET?
What is a global postback url?
Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc
What are the asp.net list controls and difference between them?
Explain the different types of directives in .net?
How to automatically get the latest version of all the asp.net solution items from source safe when opening the solution?
Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?
What is the difference between union and join?
What symbol would you use to denote, the start of a code block in aspx views?
How do you hide the columns?
Explain about the .NET framework?
How to use push notification?