Chapter 21 Flashcards
1
Q
Can compiler automatically performs a type coercion of compatible types
A
Yes
2
Q
How can we stop automatic conversion of types
A
Using keyword ‘explicit’
3
Q
Can we do conversion by operator overloading
A
Yes