Answer Posted / krishnaveni.k
An Interface is a reference type. In C# and java not
support the multiple inheritance so i am using interface
concept.A class can implement multiple interfaces and using
interface keyword.It contain only method declaretion. but
not implementaion
Is This Answer Correct ? | 20 Yes | 5 No |
Post New Answer View All Answers
What is clr namespace?
These questions were asked me in a technical interview: •If we deploy an application on multiple server (like database server, web server) then, each request should be redirected to proper server, then how you will handle it in your code? •How security pinholes will be handled in an application? •What things should be considered while writing a web application? •How will you do load/performance testing of web application? Which framework you will use for it? •How will you implement a cache for results which require a DB access? Please let me know how to write an web application considering all these points. I am not so much aware of architechural design of web application. Your guidelines will be helpful.
What is var c#?
What is the difference between writeline and write in c#?
What is the difference between hashtable and dictionary?
Is an interface a type c#?
How do I simulate optional parameters to com calls?
Define a jagged array in c#?
Why do we write system in c#?
What is task parallel library?
What is the difference between xml documentation tag?
What is the difference between selection and projection?
Value Type and Reference Type Data type in C#?
What is c sharp used for?
Explain what are the steps for creating clr trigger?