Pergunta de entrevista da empresa Tipalti

Implement utility to print simple object, with correct hierarchy indentation “Simple” objects are defined as follows: o They have only public properties o Each property can be of the following types: ● Object – assume that that object is also a "simple" object ● Primitive (e.g. int), or string

Resposta da entrevista

Sigiloso

5 de jul. de 2022

recursion

15