What is difference between object and nonobject types.?I am talking in reference to Objective C.
What is difference between object and nonobject types.?I am talking in reference to Objective
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Lol… this question is a troll-trap!
‘Nonobject types’ would likely refer to primitive types such as int, float and char. Objects are instances of classes, which can contain various different types and other objects.
A google search on ‘difference between object and primitive‘ would have yielded a lot of results on the topic. Also, you could search for ‘what is an object in OOP‘ or something to find out more about objects.