Skip to content

marc-antoine-girard/advanced-object-oriented-programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advanced object-oriented programming

Cloning the repository

Using git:

git clone https://github.com/marc-antoine-girard/advanced-object-oriented-programming.git

Pull new versions

git pull

If it aborts / doesn't work, you might have modified some files and its expecting you to commit them first. Since you can't push on this project, your options are:

  1. Discard your changes and pull. The reset command will reset your head to the last commit from the remote branch (origin = remote)
git add .
git reset --hard origin/main
  1. Stash your changes during the pull
git add .
git stash
git pull

Course 01

Introduction to Scanner class

Course 02

Demo with the Banana Class. Method override and overload, Operator precedence.

Bonus: Color enum, Apple Class

Course 03

Demo with the abstract class Fruit.

Exercises 1 - 12.

Exercise with additional functionalities: Q3, Q9

Course 04

Exercises about Cat, Dog, Mouse, overriding and overloading methods.

Resources


Gitignore generated using gitignore.io

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages