---
title: "Can abstract class implements another interface ?"  
description: "Can abstract class implements another interface ?"  
author: "Anonymous User"  
published: 2015-07-01  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/2671/can-abstract-class-implements-another-interface  
category: "java"  
tags: ["java", "abstract class", "interface"]  
reading_time: 1 minute  

---

# Can abstract class implements another interface ?

Yes. It's just a special case of implementation by which subclasses are forced to implement the methods.

## Answers

### Answer by Anonymous User

Yes. It's just a special case of implementation by which subclasses are forced to implement the methods.


---

Original Source: https://www.mindstick.com/interview/2671/can-abstract-class-implements-another-interface

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
