hi all i am new in objective c and want to get know about inheritance ... I am aware of all concepts but confused withe the methods that programmer used to inherit a class....
Let i explain my problem.... suppose i have two classes class A and class B... and i want to make B child of A....
for that sometimes programmer used #import "class A" and sometimes used '@' sign... which one of them should be used.... and why ? is there any difference b/w their usage....
an another question is ":" sign which we write after class declaration. ex @interface class_A : class_name
...because in past i was a student of java and c# also....and there inheritance is also done in similar manner.... but in objective c (i am currently working for i phone) does it stands for same....?
thanks for your time and sorry for bad english..but please answer