Computer Science, asked by Mahinpatla4693, 7 months ago

Non primitive data types as same as composite data types

Answers

Answered by thakareaaryan888
0

Answer:

if two variables contain data that is primitive they compare by value. This means that if they both contain the same values they are equal. If two variables contain data that is composite they compare by reference. This means that they can only be equal if they refer to the same object.

Explanation:

Similar questions