---
title: "what is modules in Erlang?"  
description: "what is modules in Erlang?"  
author: "Sunil Singh"  
published: 2015-09-14  
updated: 2020-09-16  
canonical: https://www.mindstick.com/interview/22824/what-is-modules-in-erlang  
category: "erlang"  
tags: ["otp", "erlang"]  
reading_time: 1 minute  

---

# what is modules in Erlang?

Erlang enables to organize code into modules. A module consists of functions; it introduces a local scope of functions (Public and Private).

## Answers

### Answer by Sunil Singh

Erlang enables to organize code into modules. A module consists of functions; it introduces a local scope of functions (Public and Private).


---

Original Source: https://www.mindstick.com/interview/22824/what-is-modules-in-erlang

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
