Object Oriented Programming > Chapter 21 > Flashcards
Can compiler automatically performs a type coercion of compatible types
Yes
How can we stop automatic conversion of types
Using keyword ‘explicit’
Can we do conversion by operator overloading