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