Skip to content

This repository contains the source codes which were practiced as a part of my OOPS lab during my B.Tech 5th semester.

Notifications You must be signed in to change notification settings

uiuxarghya/PCC-CS593-OOPS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Object Oriented Programming Lab (PCC-CS593)

Java Gedit Ubuntu GitHub last commit MIT License

This repository contains all the programs that I have written for the course PCC-CS593 (Object Oriented Programming Lab)

Run Locally

Clone the project

git clone https://github.com/uiuxarghya/PCC-CS593-OOPS

Go to the project directory

cd PCC-CS593-OOPS

Go to the specific folder

cd <Folder Name> ...

Compile & Run the program

  • Compile the program

    javac <filename>.java
  • Run the program

    java <filename>

Feedback

Any suggestions and/or improvements are welcome. Please create a pull request or open an issue to submit your feedback.

Authors

License

MIT