

InterviewSolution
Saved Bookmarks
1. |
Why is class know as a user defined data type |
Answer» User-DEFINED classes combine the data and methods as integrated components. ... SIMILARLY, a user may create a data TYPE and declare certain characteristics and behaviour within it. This can be done by using a CLASS. This is the reason why a class is referred as user defined data type. Hope it well help you |
|