Understand the principles behind C3 AI.
WindTurbine.make()
or WindTurbine.fetch()
, you’re using factory methods that:
dialog.createButton()
in the traditional Factory pattern, where you get back a Button object without needing to know its concrete implementation.
Why it matters: Understanding the Factory pattern in C3 AI helps you: