[HD-OCP17/21-Fundamentals Pg 347, Sec. 13.4.3 - invalid-overrides]
Posted: Thu Sep 26, 2024 7:02 am
here error in pdf
static void initialize(){} // will not compile because overriding method is static
replace with
static void initialize(){} // will not compile because overriding method is instance
static void initialize(){} // will not compile because overriding method is static
replace with
static void initialize(){} // will not compile because overriding method is instance