Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Supported by

Convert object-oriented program (OOP) into a functional program (FP)

Dear all,

Wonder what will be the best technique to convert a object-oriented program (OOP) into a functional program (FP) with only using immutable variables and no state usage in loops? 

I would also appreciate it if you send me a simple python code in both OOP and FP syntaxes. 

Thanks 

Best regards

Tami

Comments

Sign In or Register to comment.