Skip to content

MHZDeveloper/OOP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Object Oriented Programming using Java

This is a small project that highlights Object oriented principles through an easy example.

You can find the presentation here.

Setup Environment

  1. Download and install IntellIJ community edition
  2. Download and install Java JDK (in this project we used Java 8)
  3. To update IntelliJ to add the Java JDK, do one of the following:
    • From the Welcome to IntelliJ IDEA dialog:
      • Choose Configure > Project Defaults > Project Structure > JDK
      • Select the appropriate Java JDK folder.
        1. Windows: C:\Program Files\Java\jdk1.x.x
        2. Mac: /Library/Java/JavaVirtualMachines/jdk1.x.x
        3. Linux : /usr/lib/jvm/jdk1.x.x
      • Click Apply.
    • Within the editor:
      • Click File > Project Structure
      • Click the Project tab
      • If the version you downloaded is an option, choose it
      • Otherwise :
        • Click New > JDK
        • Select the appropriate Java JDK folder.
          1. Windows: C:\Program Files\Java\jdk1.x.x
          2. Mac: /Library/Java/JavaVirtualMachines/jdk1.x.x
          3. Linux : /usr/lib/jvm/jdk1.x.x
        • Click Open.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages