I have a class A with textField1, class B with textField2.
i want to use textField1 and textField2 in class C. What i have to import or what i have to do. I think i am straggling with importing files. i.e. #include or something
Thanks for reply in advance.
Objective does not support multiple inheritance.
You can only inherit from one class, you could use a protocol to make the class match class B.