Behavioral patterns

These patterns provide a means by which common communication patterns can be identified between objects. These patterns encourage loose coupling and provide a flexible way for better interaction.

The Command, Observer, Interpreter, and Strategy patterns all come under the category of behavioral patterns.

We will implement some of these patterns in Kotlin and show how efficient it is to apply them using Kotlin for our use cases.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset