Explain the difference between class to basic type conversion and basic to class type conversion
In this type of conversion the source type is class type and the destination type is basic type. Means class data type is converted into the basic type. class type to basic type conversion requires special casting operator function for class type to basic type conversion.
Comments
Leave a comment