NNNam Nguyeninnamvnngu.hashnode.devยทMay 28, 2021 ยท 5 min readIntroduction To Method Overloading and Method Overriding in C#In this post, I would introduce the definition of method overloading and method overriding in C# (be similar in most programming languages such as Java and C++). Also, I would discuss the differences between these methods for you to find out which on...00
NNNam Nguyeninnamvnngu.hashnode.devยทNov 29, 2020 ยท 5 min readHow To Solve Algorithm And Data Structure Problems [Tips]Are you struggling to solve coding problems? Iโd like to share my own method to approach the solution. This is a reference on which I can build your own. A. 5 Steps To Solve A Problem 1. Comprehend problem Read the problem carefully (and underline k...00
NNNam Nguyeninnamvnngu.hashnode.devยทNov 27, 2020 ยท 3 min readInheritance, Composition and Aggregation in OOPIn this post, I briefly introduce three main object-oriented programming terms for beginners in simple words. They are Inheritance, Composition and Aggregation. These programming techniques help developers write clean code, save many lines of code, r...00