This repository contains all the programs that I have written for the course PCC-CS593 (Object Oriented Programming Lab)
git clone https://github.com/uiuxarghya/PCC-CS593-OOPS
cd PCC-CS593-OOPS
cd <Folder Name> ...
-
Compile the program
javac <filename>.java
-
Run the program
java <filename>
Any suggestions and/or improvements are welcome. Please create a pull request or open an issue to submit your feedback.