Computer Science, asked by vicky124334, 10 months ago

How implicit conversion different from explicit conversion?

Answers

Answered by rashmika28
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 devanandy357
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