Extract some text, pictures as the note from Godot Engine documentation's Step by step.
Object-oriented design and composition
Node
All nodes have the following characteristics:
A name.
Editable properties.
They receive callbacks to update every frame. => Time related.
You can extend them with new properties and functions.