ios - What type of method declaration is this? -


i came across line of code method being instantiated without use of either + or -. can please explain code :

void *abcd(nsstring *xyz) 

that c function, of type

 return_type  method_name (argument_list) 

your function returns void * , generic pointer, , takes nsstring arguement.


Comments

Popular posts from this blog

javascript - JS causing window size to be bigger than necessary - Dropdown bug -

How to mention the localhost in android -

php - Calling a template part from a post -