Tipalti interview question

create a util class that can print any simple object given. SimpleObject can hold only public properties that either premitive types( int, string, bool) or simple object. If you have more time, adjust the solution to handle also collections.

Interview Answer

Anonymous

11 Nov 2024

using Reflection methods (gettype etc).