Junior
What is the default type of the Operation object?
sobes.tech AI
Answer from AI
Operation is an abstract base class. It does not have a default concrete type. The type is determined by the subclass you implement (for example, BlockOperation or Operation with an overridden main method).