---
title: "What is meant by abstraction?"  
description: "What is meant by abstraction?"  
author: "Pushpendra Singh"  
published: 2010-10-25  
updated: 2020-09-15  
canonical: https://www.mindstick.com/interview/141/what-is-meant-by-abstraction  
category: "oops"  
tags: ["oops"]  
reading_time: 1 minute  

---

# What is meant by abstraction?

Abstraction is "the process of identifying common patterns that have systematic variations; an abstraction represents the common pattern and provides a means for specifying which variation to use"

## Answers

### Answer by Pushpendra Singh

Abstraction is "the process of identifying common patterns that have systematic variations; an abstraction represents the common pattern and provides a means for specifying which variation to use"

### Answer by Pushpendra Singh

An abstract class is a parent class that allows inheritance but can never be instantiated. Abstract classes contain one or more abstract methods that do not have implementation. Abstract classes allow specialization of inherited classes.


---

Original Source: https://www.mindstick.com/interview/141/what-is-meant-by-abstraction

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
