Hello.
I’ve been making flashcards of programming terms and I recently ran into a confusion.
I thought Type Casting and Type Converting where synonyms, but upon research I found that they are technically not the same.
Could someone explain to me what is the difference between the two please?
And if possible, if when I refer to a variable having its type changed I refer to it as Implicit/Explicit converting or casting?
Thank you.