Let's say we have defined the complex numbers as the set $\Bbb R\times\Bbb R$ together with addition $$(a,b)+(c,d)=(a+c,b+d)$$ and multiplication $$(a,b)\cdot(c,d)=(ac-bd,ad+bc).$$It is then possible to show that this structure is a field, which basically means that all the usual algebraic laws hold.
We can then define a subset $R$ which contains exactly those complex numbers with zero imaginary part. The addition and multiplication, when restricted to this set, becomes $$(a,0)+(c,0)=(a+c,0)\quad\text{and}\quad(a,0)\cdot(c,0)=(ac,0).$$
It can again be proven that $R$ is a field, it's a subfield of the complex numbers. Since every element in this set is uniquely determined by the first component, we could just write $(x,0)=\bar x$. Now it holds that
$$\bar x+\bar y=(x,0)+(y,0)=(x+y,0)=\overline{x+y}\quad\text{and}\\ \bar x\cdot\bar y=(x,0)\cdot(y,0)=(xy,0)=\overline{xy}$$
where the addition in $\overline{x+y}$ is just addition of real numbers and similarly for multiplication. Thus, you can think of $\overline x$ as the real number $x$. There is no difference except for how you write it.
If we now define $i=(0,1)$ then we see that $$i^2=(0,1)\cdot(0,1)=(-1,0)=\overline{-1}$$ and so the axioms of the complex numbers are consistent (because we have a model for them). Now if you take any property which can be proven from the field axioms, for example $a^m\cdot a^n=a^{m+n}$ for integers $m$ and $n$, then this is valid for all complex numbers (because they form a field, too). Since the real numbers are just a special kind of complex numbers, we see that the complex numbers extend the reals in a way which is compatible with them in this sense.