---
title: "What are the advantages of using Interface?"  
description: "What are the advantages of using Interface?"  
author: "Anonymous User"  
published: 2018-05-09  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/23398/what-are-the-advantages-of-using-interface  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# What are the advantages of using Interface?

## Advantages of Interface are-

An interface allows us to develop loosely coupled system.

An interface is very useful for dependency injenction

interface make unit testing and mock-testing easier.

## Answers

### Answer by Anonymous User

## Advantages of Interface are-

An interface allows us to develop loosely coupled system.

An interface is very useful for dependency injenction

interface make unit testing and mock-testing easier.


---

Original Source: https://www.mindstick.com/interview/23398/what-are-the-advantages-of-using-interface

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
