Define Composite data type
4 Likes
A composite data type is a data type which can be constructed in a program using the programming language's primitive data types. It is a collection of primitive data types. Examples of composite data types are String and Array.
Answered By
2 Likes
What are the library classes in Java? What is their use?
Define Primitive data type
Define User-defined data type
Why is a class called a composite data type? Explain.