Multiple choice technology Can we override static method? True False Reveal answer Fill a bubble to check yourself B Correct answer Explanation Static methods belong to the class, not instances. Hiding (not overriding) occurs when a subclass declares a static method with the same signature - it's resolved at compile-time based on reference type, not runtime object type.