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
i have 3+ exp in .net? i am going interview now but they asked me do you know any TOOL? which tool will i study please refer me?
How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC
Apart from IDE what are the enhancements in asp.net 2.0?
List some of the important session state modes of asp.net.
What is the difference between globalization and localization?
Is asp.net a programming language?
how to retrieve property settings from xml .config file.
Explain the advantages of passport authentication.
How does session state work in asp.net?
How response object is related to asp's response object?
What's the use of formatters in .net?
What is the difference between user control an custom control?
What is the difference between a candidate key and primary key?
What are the uses of reflection?
Define repository pattern in mvc.net? : asp.net mvc