DEV Community

Liam Gomez
Liam Gomez

Posted on • Updated on

Day 18/100 Java

I have realised the importance of going through the theory before getting to project work is quite hight.

Day 18/100

Language:
JAVA

Time Period Spent:
2hrs

Course Taken:
Udemy: Java Programming Masterclass - Tim Buchalka

Todays Learning:

  • Polymorphism
  • OOP Master

  • Challenges:

    • Polymorphism
    • OOP Master Challenge
    • Bill's Burgers

Additional Notes:
Today we've put the following two sections into good use. Creating a real-world application to allow us to make calculations for a supposed client that wanted an application for his burger company.

The brief was to create a system that allows the customer to choose one of three burgers, we then allow them to select from a range of additional items to add to the burger at an additional cost. Included in this, allow the company to print out the base price, addition price, chosen burger and a description.

I did this using all the concepts that were learnt in the previous two sections. Polymorphism, Over-right, Encapsulation and Composition. This covers OOP (Object Oriented Programming).

Top comments (0)