Multiple choice Which of the following is not a restriction in Posing in Objective-C? A posing class can call overridden methods through super keyword. The posing class must not define any new instance variables other than target class. A posing class can not override methods defined in the categories. The target class is unaware of any information about posing class. A class may only pose as one of its direct or indirect super classes. Reveal answer Fill a bubble to check yourself C Correct answer Explanation A posing class can override methods defined in categories.