syntax for writing private method in a interface
Answer Posted / pankaj
we cnt write private methods in an interface.as we have to
inherit that method its by default on public scope
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
Why main method is static in c#?
Describe the difference between inline and code behind - which is best?
What do you mean by winforms in c#?
What is the advantage of static class in c#?
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 the difference between convert.tostring() and tostring() functions ?
Is void a class?
What is int32?
What are the 3 types of comments in c#?
Why do we need constructors?
What is private constructor c#?
How do you set a class path?
What is the difference between and xml documentation tag?
What does this keyword mean in c#?
What is the difference between firstordefault and first?