About 565,000 results
Open links in new tab
  1. Monolithic and Modular Programming in C Language - Online …

    Learn the differences and features of monolithic and modular programming in C language, along with their advantages and disadvantages.

  2. Monolithic Application - GeeksforGeeks

    Mar 17, 2023 · A monolithic Application is a software application architecture that is a single -a tiered application, where all the components of the application are tightly combined and packed together into a single large application.

  3. Programming Paradigms or Methodologies - Dot Net Tutorials

    Monolithic Programming: In monolithic programming, the entire program code is present in a single block without any division of code into functions. Monolithic programming is defined as writing a whole program in a single function that is in the main function.

  4. Monolithic Architecture – System Design - GeeksforGeeks

    Dec 5, 2024 · Monolithic architecture is a software design methodology that combines all of an application's components into a single, inseparable unit. Under this architecture, the user interface, business logic, and data access layers are all created, put into use, and maintained as one, unified unit.

  5. C++ Tutorials - Programming Paradigms in C++ - BTech Smart …

    An example of a Monolithic programming paradigm is Assembly language. Structure-oriented Programming Paradigm. The Structure-oriented programming paradigm is the advanced paradigm of the monolithic paradigm. It has the following characteristics. This paradigm introduces a modular programming concept where a larger program is divided into ...

  6. class - What does "monolithic" mean? - Stack Overflow

    A class that contains multiple components that are logically unconnected, or pointlessly coupled, is a monolithic class. If you've read The Pragmatic Programmer, which I strongly recommend, you can define a monolithic class as an anti-pattern that …

  7. Understanding the Monolithic Style in JavaScript - Medium

    Feb 26, 2021 · With this introduction to the monolithic programming style, let’s see how we can write a JavaScript program to count the frequency of words in a text using this style.

  8. What is monolithic architecture in software? - TechTarget

    Monolithic architecture is the traditional unified model for the design of a software program. Monolithic, in this context, means "composed all in one piece." According to the Cambridge Dictionary, the adjective monolithic also means both "too large" and "unable to be changed."

  9. Monolithic Architecture in Programming: An In-Depth Exploration

    Jun 11, 2024 · Monolithic architecture is a traditional software development approach where an application is built as a single, indivisible unit. This architecture style has been widely used in the development of various types of software applications, from desktop applications to large enterprise systems.

  10. Monolithic Programming – Engineering and Technology Blogger

    Dec 17, 2022 · Monolithic Programming. This programming consists only global data and sequential code; Example: Assembly language and BASIC; The global data can be accessed and modified (knowingly or mistakenly) from any part of the program, thereby posting a …

  11. Some results have been removed
Refresh