Coder Social home page Coder Social logo

oop_testexam's Introduction

OOP Test Exam

Create a new Java project and implement it, based on this exercise file. Create for every class/interface a new .java file (Standard in an IDE).

Submission via Github

  • You need access to a Github account.

  • fork this repository (Top right corner of this page).

  • Clone your own fork to your PC.

    git clone {YOURACCOUNTNAME}/OOP_TestExam
  • Checkout the submissions branch.

    git checkout submissions
  • Create a new folder inside the "submissions" folder with a unique name. e.g. Your "Matrikelnummer", name, a random string, ...

  • Put all your java files in this folder.

  • Add all your .java files. (No .class files)

    git add *

    or

    git add submissions/{folderName}/*
  • Commit your changes

    git commit -m "Any message"
  • (You can make as many commits as you want)

  • Push your changes

    git push
  • Open your github repository in the browser.

  • In the Code tab click switch to the submissions branch. (Default ist master)

  • Click the Pull request button

  • Ensure that on the left side is: base repository: JulianSobott/OOP_TestExam base: submissions

  • Ensure that on the right side is: base repository: {Your Name}/OOP_TestExam base: submissions

  • Write any message and submit the pull request.

Important: You can't do anything that will damage the original repository. If something is wrong with your Pull request, someone will leave a comment, and you can apply the changes.

You can read more about this procedure here.

Submissions via Email

Only do this when the github submission is too complicated for you or you absolutely don't want your Code to be public.

  • Solve the exercise
  • Zip all your .java files. Not the folder where they are in, but only the files.
  • Send the zip file to one of us via Email.

oop_testexam's People

Contributors

juliansobott avatar kaali728 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.