Learn EUCLIDIAN ALGORITHM

Hi guys, I’m here again with my new blog. This time it's not about programming or databases. It's on algorithm. Actually It's Math. We all know it as Euclidian Algorithm (Euclid in Math). Let’s start it then, The "Euclidian algorithm" is an algorithm that finds the greatest common divisor of 2 numbers. Discovered by Euclid... Continue Reading →

What is METHOD OVERRIDING? (OOP 7)

Hi there, do you know the evolution theory? According to Charles Darwin’s evolution theory human are came from monkey. So let’s use that as an example to explain what Method Overriding is. Let’s consider monkey is a class and man is another class. So according to Charles Darwin’s evolution theory, man class is inherited from... Continue Reading →

ACCESS MODIFIERS? What are they? (OOP 6)

Hi everyone. In last blog, we discussed about Inheritance. So today we are going to learn about Access Modifiers. So first let’s see what an access modifier is? An access modifier of a class, variable or a method is the thing which decides who can access to them. There are four main Access Modifiers. public... Continue Reading →

Getting to know OOP (OOP 1)

Hi guys, here we are going to see what this so called OOP is and why we have to use it in programming. So, first of all we will see what this OOP stands for? OOP stands for Object Oriented Programming. In the very beginning, the programmers used to write all the code lines in a... Continue Reading →

Website Built with WordPress.com.

Up ↑