Tutorials
Courses
Go Premium
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.0K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
Interview Experiences
14.1K+ articles
School Learning
11.1K+ articles
Java
9.3K+ articles
Misc
7.8K+ articles
TypeScript
596+ articles
TypeScript-Questions
18+ articles
Abstract Class and Interface
4 posts
Recent Articles
Popular Articles
What are Abstract Classes in TypeScript?
Last Updated: 23 January 2025
An abstract class in TypeScript serves as a blueprint for other classes and cannot be instantiated directly. It may include abstract methods without implementation, which ...
read more
Abstract Class and Interface
TypeScript
TypeScript-Questions
How to Implement Interfaces Using Abstract Class in C++
Last Updated: 23 July 2025
C++ doesn't have built-in functionality of interfaces like other programming languages such as Java. However, interfaces can be implemented in C++ using the abstract class...
read more
C++ Programs
C++
Picked
cpp-virtual
cpp-inheritance
C++-Inheritance
C++-Virtual Functions
Abstract Class and Interface
CPP Examples
Inheritance of Interface in Java with Examples
Last Updated: 12 July 2025
Inheritance is an important pillar of OOPs(Object Oriented Programming). It is the mechanism in java by which one class is allowed to inherit the features(fields and metho...
read more
Java
Technical Scripter
Java Programs
java-inheritance
Abstract Class and Interface
java-interfaces
Two interfaces with same methods having same signature but different return types
Last Updated: 17 April 2019
Java does not support multiple inheritances but we can achieve the effect of multiple inheritances using interfaces. In interfaces, a class can implement more than one int...
read more
Misc
Java
Abstract Class and Interface
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !