Computer Science, asked by firstokk, 4 months ago

How is a class considered as a new data type?​

Answers

Answered by Anonymous
3

Answer:

Other than the primitive data types, all data types are classes. In other words, data is either primitive data or object data. Every object in Java is an instance of a class. A class definition has to exist first before an object can be constructed.

Answered by akansharajput304
1

Answer:

i have answered your question

Attachments:
Similar questions