How do you write an objective statement?
Answer / Praveen Singh
"In the context of programming, an 'objective statement' is not a term used. You might be referring to an objective-C program or an objective fact (see above)."
| Is This Answer Correct ? | 0 Yes | 0 No |
What is #import?
What is mark and sweep algorithm?
What is responder chain?
How to print string in objective c?
Which class is used to establish a connection between applications to the web server?
Can I write some c++ function in same .m file? Will it compile? If no, what changes should I do to compile it?
What is the purpose of the protocol?
What is assign property in objective c?
What is synthesize objective c?
What is a category extension?
What is thread safe function?
What is the difference between underscore and self (i.e self.xx and _xx) ?