---
title: "What is an Interface?"  
description: "What is an Interface?"  
author: "Pushpendra Singh"  
published: 2010-10-25  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/83/what-is-an-interface  
category: "oops"  
tags: ["oops"]  
reading_time: 1 minute  

---

# What is an Interface?

Interface is an outside view of a class or object which emphaizes its abstraction while hiding its structure and secrets of its behaviour.

## Answers

### Answer by Pushpendra Singh

Interface is an outside view of a class or object which emphaizes its abstraction while hiding its structure and secrets of its behaviour.


---

Original Source: https://www.mindstick.com/interview/83/what-is-an-interface

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
