Step-by-step tutorial
Basic OOP — class and object
BeginnerDefine a class with private attributes, constructor, and method. Direct prep for Exercise 1 (cryptogram).
You will build
A `Mensaje` class that encapsulates text and prints it to the console.