How implicit conversion different from explicit conversion?
Answers
Answered by
2
Answer:
Implicit conversion is the conversion in which a derived class is converted into a base class like int into a float type. Explicit conversion is the conversion that may cause data loss. ... We may need to perform the conversion on different other data types, to do that we take the help of the helper class.
Answered by
2
implicit conversion is the conversion in which a derived class is converted into a base class like into a flat type. Explicit conversion is the conversion that may cause data loss.. we may need to perform the conversion on different other data type to do that we take the help of the helper class.
Similar questions