https://github.com/hoangsonww/inheritance-in-java
📚 This repository features the power and applications of inheritance, encapsulation, and interfaces in Java. It includes examples of how to efficiently manage and organize objects, leveraging inheritance for code reusability and interfaces for implementing polymorphism.
https://github.com/hoangsonww/inheritance-in-java
inheritance interface interface-java java object-oriented-programming oop oop-principles oops-in-java polymorphic polymorphic-relationships polymorphic-types polymorphism types
Last synced: about 1 month ago
JSON representation
📚 This repository features the power and applications of inheritance, encapsulation, and interfaces in Java. It includes examples of how to efficiently manage and organize objects, leveraging inheritance for code reusability and interfaces for implementing polymorphism.
- Host: GitHub
- URL: https://github.com/hoangsonww/inheritance-in-java
- Owner: hoangsonww
- Created: 2023-02-24T01:37:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-24T01:38:28.000Z (over 2 years ago)
- Last Synced: 2025-06-11T03:15:27.211Z (5 months ago)
- Topics: inheritance, interface, interface-java, java, object-oriented-programming, oop, oop-principles, oops-in-java, polymorphic, polymorphic-relationships, polymorphic-types, polymorphism, types
- Language: Java
- Homepage:
- Size: 30.3 KB
- Stars: 22
- Watchers: 9
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Inheritance-in-Java
I am uploading this project since this is my own, original work that I've spent a lot of time working on. These are programmed in Java and was done in Dr. Harold Connamacher in one of Case Western Reserve University's computer science classes. I also want to share my gained knowledge with you, and my work should not be taken as a way to cheat or take advantage of in your assignments. Please give credits to both me and Dr. Connamacher!