Q:

What is the advantage of interface class?

0

What is the advantage of interface class?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

There are the following advantages of the interface.

  • It is used to achieve loose coupling.
  • It is used to achieve total abstraction.
  • To achieve component-based programming
  • To achieve multiple inheritance and abstraction.
  • Interfaces add a plug and play like architecture into applications.

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

C# Interview Questions and Answers,You Need To Know

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Explain the process of inheriting a class into ano... >>
<< What is an interface class? Give one example of it...