What is Difference between Primitive DataTypes, and DataTypes

Questions by rajeshkolla

Showing Answers 1 - 1 of 1 Answers

rabbi

  • Jul 3rd, 2006
 

primitive types are data types provided by a programming language as basic building blocks. Depending on the language and its implementation, primitive types may or may not have a one-to-one correspondence with objects in the computer's memory.
an object type (a.k.a. wrapping object) is a datatype that is used in object-oriented programming to wrap a non-object type to make it look like an object.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions