+ 2
static means a method does not require an instance of the class in order for you to call it. when you remove static, you would also need to instantiate an instance of that class and then call it using that instance
6th Sep 2018, 4:56 PM
hinanawi
hinanawi - avatar