Answer Posted / 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 View All Answers
Please briefly explain the usage of global.asax?
Define a static class?
Is session server side or client side?
What is the default authentication mode for asp.net?
What is marshalling ? Is it a part of asp.net ?
Why is mvc better than asp.net?
What is masterpage?
What does session_start () do?
What is difference between datalist and gridview?
To display data in a Repeater control which template you provide?
What is asp.net master page?
What are the new features implemented in ASP.NET?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
8. Why do you want to work here?
What is server side in asp.net?