Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marx-wrld/inheritance
Beginners guide for inheritance in Java. **Inheritance in Java is a mechanism in which one object acquires all the properties and behaviors of a parent object.
https://github.com/marx-wrld/inheritance
Last synced: 3 days ago
JSON representation
Beginners guide for inheritance in Java. **Inheritance in Java is a mechanism in which one object acquires all the properties and behaviors of a parent object.
- Host: GitHub
- URL: https://github.com/marx-wrld/inheritance
- Owner: Marx-wrld
- License: mit
- Created: 2022-11-03T06:56:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-03T12:01:18.000Z (about 2 years ago)
- Last Synced: 2024-11-13T09:15:23.242Z (3 days ago)
- Language: Java
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Inheritance-in-Java
Beginners guide for inheritance in Java
#### Inheritance in Java is a mechanism in which one object acquires all the properties and behaviors of a parent object.