Erlang enables to put together code into modules, which consists of functions. A module introduces local scope of functions, both Public and Private. A module is stored in a file named “.erl.” Make sure the file basename and the name of the module are the same.

BY Best Interview Question ON 13 Jan 2019