Answer Posted / sunil mahla
In big companies, project manager understand the client
requirement and make interfaces. These interfaces are then
distributed to the under developers.
Since interfaces are just outline of the method, so
developers must use them in there class and code them.
Developer need only concentration on coding. He need not
worry about which methods he use to achieve client requirement.
So interfaces provide only outline to the developer to get
the goal.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is dataset c#?
Explain the constructor in c#.
What is a helper method in c#?
Explain About web methods and its various attributes
Different between method overriding and method overloading?
What is difference between Trace and Debug
Is c# different than c++?
What is called method in c#?
What is the use of console?
What is difference between throw and throws in c#?
Is int reference type c#?
what is IComparable
What are the advantages of interface in c#?
Is a c# interface the same as a c++ abstract class?
Can partial class be inherited?