Krishna Sharmakrishnstech.hashnode.dev·Jan 5, 2024Val vs Var in KotlinHey, curious minds! 👋 Today, let’s explore the basics of Kotlin programming together. I’m here to guide you through the concepts of ‘val’ and ‘var.’ Imagine it’s as straightforward as picking your favourite snack! 🚀😎 Ready to make coding easy? Let...10 likesKotlin Programing
Aayush Kurupblogs.aayushkurup.dev·Mar 16, 2023Common Programming Concepts Across Different Languages: How Understanding One Language Can Help You Learn OthersHave you wondered how experienced programmers can effortlessly switch between different languages and platforms? I am sure at some point in your journey, you may have felt that learning a new programming language is extremely overwhelming as each lan...2 likes·78 readsprogramming languages
Nimmala Vasanthvasanth011.hashnode.dev·Jan 25, 2023Python OOPs Concepts with simple examplesObject Oriented Programming (OOP) Object-Oriented Programming (OOP) is a programming paradigm that uses objects and their interactions to design applications and computer programs. Python, like many other programming languages, supports OOP and provi...Python
Hamza EL Yousfiinterrupt101.hashnode.dev·Jan 11, 2023C# Programming: Understanding the Basics of Static Functions and ClassesThe keyword static is widely used in C# and other programming languages to indicate that a member (field, method, property, etc.) belongs to the class rather than an instance of the class. In C#, a static member can be accessed directly on the class,...21 likes·67 readsSoftware development in C# & .NETStaticMembers