OOP-ADF / Syllabus-OOP

Course Description

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Object Oriented Programming Syllabus

Course Description

Learn best practices in Object Oriented Programming using Java Programming language
slides : http://anditya.staff.telkomuniversity.ac.id/academic/oop/
Topics include :

  • 00 – Introduction to Java
  • 01 – Object Oriented Paradigm
  • 02 – Class and Object
  • 03 – Variable and Reverence
  • 04 – Encapsulation
  • 05 – Class Relationship
  • 06 – Inheritance
  • 07 – Polymorphism
  • 08 – Abstract and Interface
  • 09 – Static and Inner Class
  • 10 – Exception Handling
  • 11 – Object Persistence
  • 12 – Model View Control

Prerequisites

  • [KUG1C3 - Basic Algorithm and Programming]
  • [CSG2A3 - Data Structure and Algorithm]

Course Overview

Homework/Projects

All assignments are listed within the Course Outline.

Workflow

  1. Fork the repository for the exercise/project (found under github.com/OOP-ADF).
  2. Clone the repository to your computer.
  3. Open the README.md files to read the assignment instructions
  4. Modify the code files to complete your solution
  5. Make sure all of your code is committed.
  6. Push/sync up to GitHub.
  7. Create a pull request on the original repository. All assignments are due at the start of the following class, unless otherwise specified.
  8. You can continue to push fixes and improvements until the close date (listed in Classes) – just add a comment in the pull request to let me know it's been updated.
  9. On the due date I will close the pull request and send you a message confirmation for your assignment

Requirements

These apply to real life, as well.

  • Must apply "good programming style" learned in class
  • Any borrowed code must be properly annotated
  • Bonus points for:
    • Creativity (as long as requirements are fulfilled)

Course Outline

Task 1

  1. Introduction
  2. Setup
    • Install GitHub for Mac or Windows
    • Sign up for GitHub
  3. GitHub workflow

Task 2

  • to be added later

Resources

Required Reading

Beginner Materials

Recommended Reading

GitHub

Grading

  • to be added Later

Statements on Plagiarism

SCPS

New York University takes plagiarism very seriously and regards it as a form of fraud. The definition of plagiarism that has been adopted by the School of Continuing and Professional Studies is as follows: "Plagiarism is presenting someone else's work as though it were one's own. More specifically, plagiarism is to present as one's own words quoted without quotation marks from another writer; a paraphrased passage from another writer’s work; or facts or ideas gathered, organized, and reported by someone else, orally and/or in writing. Since plagiarism is a matter of fact, not of the student's intention, it is crucial that acknowledgement of the sources be accurate and complete. Even where there is not a conscious intention to deceive, the failure to make appropriate acknowledgement constitutes plagiarism. Penalties for plagiarism range from failure for a paper or course to dismissal from the University.

Instructor

Reuse and building upon ideas or code are major parts of modern software development. As a professional programmer you will never write anything from scratch. This class is structured such that all solutions are public. You are encouraged to learn from the work of your peers. I won't hunt down people who are simply copying-and-pasting solutions, because without challenging themselves, they are simply wasting their time and money taking this class.

Please respect the terms of use and/or license of any code you find, and if you reimplement or duplicate an algorithm or code from elsewhere, credit the original source with an inline comment.

License

Creative Commons License
This work and all other materials under https://github.com/adf-asd are licensed under a Creative Commons Attribution 4.0 International License.

About

Course Description