Computer Science, asked by jkavita5324, 11 months ago

How can class be user defined as well as derived data type?

Answers

Answered by himanshuverma98
0

Derived data type : These data types are defined by user itself. Like, defining a class in C++ or a structure. These include Arrays, Structures, Class, Union, Enumeration, Pointers etc.

Similar questions