Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mubassim-khan/java-programs
A compilation of Java & Object Oriented codes. Main focus is on covering OOP basic concepts by easy examples.
https://github.com/mubassim-khan/java-programs
abstraction array array-methods encapsulation exception-handling flowcontrol static string
Last synced: about 2 months ago
JSON representation
A compilation of Java & Object Oriented codes. Main focus is on covering OOP basic concepts by easy examples.
- Host: GitHub
- URL: https://github.com/mubassim-khan/java-programs
- Owner: Mubassim-Khan
- Created: 2023-07-12T19:59:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-15T19:57:31.000Z (about 1 year ago)
- Last Synced: 2023-10-16T18:04:15.406Z (about 1 year ago)
- Topics: abstraction, array, array-methods, encapsulation, exception-handling, flowcontrol, static, string
- Language: Java
- Homepage:
- Size: 12.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java-Programs
This Repository contains Java programs, helpful for making & understanding the structure of work-flow of programs. The folowing are Java programs:
- Array
- Flow Control
- String
- Exception Handling
- Static Keywords
- Static & Dynamic Bindings
The rest are OOP (Object Oriented Programming) programs, covering building blocks & basic structure of OOP. The folowing are OOP programs:
- Abstraction
- Aggregation
- Encapsulation
- Exception Handling
- Final Keywords
- Static Keywords
- Inner Classes#### * Note: Each file consists of multiple examples in it & are commented out to keep the main class same & free of error.
## Contact
If you have any questions, suggestions, or feedback, you can reach out to the project maintainer:
- LinkedIn: [Mubassim Ahmed Khan](https://www.linkedin.com/in/mubassim-ahmed-khan/)
- Email: [[email protected]](mailto:[email protected])---