What do you know about modular programming?



What do you know about modular programming?..

Answer / Sagar Agnihotri

Modular programming is a design principle of dividing tasks or functionality into independent, self-contained modules, such as procedures, classes, or functions, which can be linked or used together to create programs. In Go programming language, this concept is supported by packages and imports.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Go Programming Language Interview Questions

What is go programming language? Explain

1 Answers  


In go language how you can check variable type at runtime?

1 Answers  


Does golang support operator overloading?

1 Answers  


How can variable type be checked at the runtime?

1 Answers  


What is go interfaces?

1 Answers  


What is default value of a global and local variable in go?

1 Answers  


How can you check a variable type at runtime in go programming language?

1 Answers  


What are the function closures?

1 Answers  


What is string types?

1 Answers  


How a pointer is represented in go?

1 Answers  


What are channels in go language and how can you use them?

1 Answers  


What is type assertion in go?

1 Answers  


Categories