DEV Community

Liam Gomez
Liam Gomez

Posted on • Updated on

Day 34/100 Java

Another Section Down

Day 34/100

Language:
JAVA

Time Period Spent:
1 hrs

Course Taken:
Udemy: Java Programming Masterclass - Tim Buchalka

Today's Learning:

  • Packages

  • Code Challenges:

    • Interface
    • Inner Class

Additional Notes:
Today I experience packaging up classes. Now I understand the usability of packing classes and converting them into packages. This allows use to be able to implements the D.R.Y methods. Dont repeat yourself. Packages allows use to reuse code, this lessens the error amount and allows use to continue with creating solutions without the need to rewrite methods to do a particular task constantly.

Top comments (0)