https://github.com/its-kios09/java_oop
bject-oriented programming is a programming paradigm based on the concept of objects, which can contain data and code: data in the form of fields, and code in the form of procedures. A common feature of objects is that methods are attached to them and can access and modify the object's data fields.
https://github.com/its-kios09/java_oop
Last synced: 5 months ago
JSON representation
bject-oriented programming is a programming paradigm based on the concept of objects, which can contain data and code: data in the form of fields, and code in the form of procedures. A common feature of objects is that methods are attached to them and can access and modify the object's data fields.
- Host: GitHub
- URL: https://github.com/its-kios09/java_oop
- Owner: its-kios09
- Created: 2023-11-29T14:23:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-25T12:29:19.000Z (over 1 year ago)
- Last Synced: 2025-01-09T01:08:43.076Z (6 months ago)
- Language: Java
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java_oop
object-oriented programming is a programming paradigm based on the concept of objects, which can contain data and code: data in the form of fields, and code in the form of procedures. A common feature of objects is that methods are attached to them and can access and modify the object's data fields.