Saved Bookmarks
| 1. |
Why class referred to user defined data type? |
|
Answer» Answer: An OBJECT is an instance of a class. B)Whether a class contains a primitive data type or not has no bearing on whether or not it is considered a User-Defined Type.In class-based programming, objects are created from classes by subroutines called CONSTRUCTORS, and destroyed by DESTRUCTORS. |
|