Table of Contents
My Java source code for Object-Oriented Programming at university.
Before cloning and using, you'll need to install these things on your computer:
- Java SE Development Kit 16: Of course you need to have Java installed to run a Java application. I used Java 16, but I think it works fine with the widely-used Java 8 (JDK 1.8), as well
- Eclipse: an integrated development environment (IDE) for developing applications using the Java programming language and other programming languages such as C/C++, Python, PERL, Ruby etc. In this case, we use the Eclipse IDE for Java Developers package.
Alternatively, you can use any other text editor, like Visual Studio Code and Notepad++; or IDE, like IntelliJ IDEA and Apache NetBeans.
You can clone this repository into your current working directory:
git clone https://github.com/theEmperorofDaiViet-PTIT/OOP.git
After cloning the repository, you can open it by your text editor/IDE and use the source code inside it.
- Solutions of many Object-Oriented Programming questions at my beloved university, by Java.
- The question ID is included in each file name, so you can find it (if they are still the same from year to year lol).
You can contact me via: