Decision trees :leaf and nodes

Q.Are leaf and nodes mean same in Decision trees?

The end nodes where no further children are not possible are called leaf nodes. where further production are not possible, they are the end terminal.
All leafs are nodes but all nodes are not leaves.

https://www.cs.cmu.edu/~adamchik/15-121/lectures/Trees/trees.html