Skip to content

05 Object Oriented vs Functional

Russ Painter edited this page Oct 6, 2018 · 1 revision

C# is at its heart an Object Oriented language. However, using the Functional programming style is possible, and in many cases preferable.

Unity has previously used Object Oriented techniques, but this is moving more towards Functional.

Clone this wiki locally