Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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])

---