what is the difference between void initialize(Loans[]) and void initialized ()?

like the title, i will like to know what is the difference between void initialize(Loans[]) and void initialized ()?
Well both are functions, that are void, meaning they don't return anything, the [] tell that it expects to be passed an array called Loans where the () is not and actually accepts no values.
Topic archived. No new replies allowed.