Computer Science, asked by PickleFlicker4673, 1 month ago

explain the difference between class to basic type conversion and basic to class type conversion​

Answers

Answered by gowthamshetty08
3

Conversion from class type to basic type:-

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.

Hope it helps you

Please Mark me as Brainliest.

Similar questions