Computer Science, asked by Ravi799, 1 year ago

Which attribute specifies the type of data that an object can hold and specifies how many bytes it will take up?

Answers

Answered by shanaya1205
0
by defining the type of data we will be able to know the the type of data associated with the object.
For ex- int a;
iin this int is data type which can hold integer type values.
Similar questions