Ahamad Basha NSintro-to-c-net-core.hashnode.dev路Dec 10, 2024Type Casting in C#: 馃帀Imagine you have a large pizza 馃崟. You can't eat the whole pizza at once, right? You need to cut it into smaller slices. Similarly, in C#, you can't directly use a variable of one type as another. You need to cast it to the desired type. Type casting...Discussexplicit casting
Kiprotich Dominickiprotichdominic.hashnode.dev路Feb 27, 2023Implicit, Explicit, Nominal, Structuring and Duck TypingToday I was a bit confused by the topic chosen for the day. I kept wondering what is implicit, explicit and most of all Duck Typing. The more I pondered the more curious I get. Join me as we demystify these topics in Javascript first we should have a...Discuss路558 readsJavascript 30 Concepts In 30JavaScript