Back to Browse

Object Oriented Design, Part 1: extracting a method from main

785 views
Oct 11, 2022
9:48

When learning to program, it's common to start with the public static void main(String[] args) method. It's important keep that method small, and move logic from it to other methods. In this video, I show how to invoke a method from public static void main. Source code in this video is freely available on GitHub: https://github.com/discospiff/Vehicles2022mvn

Download

0 formats

No download links available.

Object Oriented Design, Part 1: extracting a method from main | NatokHD