49

GitHub - dbc2201/GLAU_BCSC0002: This is the official repository for the course O...

 4 years ago
source link: https://github.com/dbc2201/GLAU_BCSC0002
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

README.md

GLA University, 2019

Object-Oriented Programming (BCSC0002)

with Object-Oriented Programming Lab (BCSC0801)

This repository will store all the content relevant to this subject course.


Syllabus

  1. Module 1
  • Object-Oriented Programming Features: Abstraction, Encapsulation, Inheritance and Polymorphism, Procedural Paradigm vs Object-Oriented Paradigm, Advantages of using Object-Oriented Paradigm, Classes, Objects, Code-Reusability and data hiding.
  • Introduction to Java Programming Language: JDK, JRE, JVM, Java's Program Structure, Java's Class Library, Java Tokens and Scope of variables in Java.
  • Introduction to OOP with Python Programming Language.
  • Implementing Object-Oriented Programming using Java: Defining Classes and Methods, Creating objects of a Class, Introduction to Access Modifiers in Java.
  • Constructors in Java: Introduction to Constuctors, Uses, Declaration, Differences between a Method and a Constructor, Types of Constructors, Constructors and Inheritance.
  • Inheritance in Java: Types of Inheritance in Java, Types of Relationshops (Is-a, Has-a), Implementing Inheritance in Java, Revisiting Access Modifiers, Super and Final keywords.
  • Abstract Classes and Interfaces in Java: Abstract Classes in Java, Defining an Interface in Java, Uses of Interfaces, Interfaces vs Abstract Classes.
  • Packages: Understanding Packages, Defining a CLASSPATH.
  • Polymorphism: Introduction, Overloading, Overriding and types of Polymorphism.
  • Exception Handling: Exception and Errors, Types of Errors and Exceptions in Java, Exception Hierarchy, Key Terms (Try, Catch, Finally, Throw and Throws) and Custom Exception.

Prescribed Books


Assignments

  • Assignment 1
    Deadline: 24 August 2019, till midnight.
    Instructions:
    UPDATE: You can simply go to this link here and accept the assignment
    Please go to this link even if you have manually downloaded the assignment! How to clone the repository to attempt the assignment.

    1. Go to the link of the assignment repository.
    2. Clone the repository by using either the Official JetBrains Toolbox extension for Chrome, here or simply clicking the big green clone/download button and the copying th URL inside it.
    3. If you have copied the URL of the repo, follow these steps,
      1. Open IntelliJ IDEA.
      2. Click File > New > Project From Version Control > Git.
      3. At the prompt, enter/paste the assignment repo URL that you copied.
      4. Click on test, if the test is successful, click clone. (Please check your internet connection before attempting to clone)
    4. If you simple cloned the repo from the extension button, everything will be done for you, simple click the clone button.
    5. Go to the Gravity.java file and get coding!

    How to submit the answer.

    1. Initialize a Git repository inside your cloned assignment project.
    • Go to VCS > Import into Version Control > Create Git Repository.
    • A window will open up, on the top-left side, there will be a folder-like icon, click it and press OK.
    • On the bottom-right side of your IntelliJ, Git: master will appear.
    1. Commit your answer with the shortcut ctrl + K.
    • It is a good practice to commit for every change and provide meaningful commit messages. Here is a comprehensive guide to writing commit messages.
    1. Then, share the project on GitHub, go to VCS > Import into Version Control > Share Project On GitHub.
    2. You work is done!
    3. Optional: If you want to make changes to your answer, you can simple change the code, commit it again and use this shortcut, ctrl + shift + K and pressOk.

Weekly Quizzes



List of tools


  1. Open JDK (Suggested: OpenJDK, version 11 or higher), Oracle Java JDK |
  1. Python 3.7 or higher
  2. Git 2.22.0 or higher
  3. GitHub Account
  4. JetBrains ToolBox App

Video Links

  1. Object-oriented Programming in 7 minutes | Mosh
  2. Floating Point Numbers | Computerphile
  3. JDK, JRE, JVM: What Are They and What Are Their Differences? | The Learn Programming Channel
  4. Do Software Developers Need Communication Skills? | Programming Tip of the Day - Tim Buchalka

Repository Author: Divyansh Bhardwaj, Technical Trainer, GLAU


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK