DEV Community

Liam Gomez
Liam Gomez

Posted on • Updated on

Day 30/100 Java

Challenges along the way.

Day 30/100

Language:
JAVA

Time Period Spent:
2 hrs

Course Taken:
Udemy: Java Programming Masterclass - Tim Buchalka

Today's Learning:

  • Inner Classes.

  • Code Challenges:

    • Interfaces.

Additional Notes:
going through the code challenge it seems like all these implementations are a way of cutting down and cleaning up code. I presume that with this we can create some increase of iteration and speed. Interfaces are nice as it allows you to essentially craft a blueprint for your classes and then override them, giving them extra functionality.

Top comments (0)