PinnedElnurHow to Practice Object-Oriented ProgrammingWhenever we want to learn something, we need to practice it. For example, if we learn the sorting algorithms, we go and solve some problems…Jul 31, 2021Jul 31, 2021
ElnurinStar GazersAdd Methods to Built-in Classes in C#Consider, you are writing a program where you work with the arrays, lists. Let’s say you need to check if the list is empty or not. What…Sep 19, 2021Sep 19, 2021
ElnurinStar GazersAlgorithms: Linear SearchIf you beginner in programming, you would probably want to practice your skills. When you do, you would see some coding challenges which…Feb 22, 2021Feb 22, 2021
ElnurinStar GazersUnderstanding Time.deltaTimeMost of the people (including me) who start with Unity are having a problem with learning Time.deltaTime. To understand how it works…Jan 24, 20216Jan 24, 20216
ElnurinStar GazersComplete Classes and Objects TutorialAll of the programming languages which have Object-Oriented Programming (OOP) feature have classes and objects. We can think of a class as…Dec 22, 20201Dec 22, 20201
ElnurinStar Gazers7 Useful Unity Attributes That Make the Inspector Easier To UseWhen I am working with Unity, I have learnt some very useful attributes. For the first time, when I learnt them, I got surprised about how…Dec 16, 20203Dec 16, 20203
ElnurinThe StartupHow to Override Methods in C#Method Overriding, in Object-Oriented Programming, is a language feature that allows a child class to implement a method that’s is alreadDec 8, 2020Dec 8, 2020
ElnurinStar GazersArrays vs Lists in C#Arrays and Lists are the most used data structures in C# programming language. Both of them store data like integer, stringOct 24, 20203Oct 24, 20203