module programming

Modular programming is a programming paradigm that emphasizes organizing the functions of a codebase into independent modules – each providing an aspect of a computer program in its entirety without providing other aspects.
A module interface expresses the elements that are provided and required by the module. The elements defined in the interface are detectable by other modules. The implementation contains the working code that corresponds to the elements declared in the interface.

View More On Wikipedia.org
  1. N

    Coding of 2nd hand modules (question for the techs )

    Question for the techs , are the modules programable if bought 2nd hand and are already vin coded to another vehicle ? I purchased a motor with module and we fit it to the car but now when i select drive only the parking brake is removed and it will not go into drive. I think as the motor...
Back
Top Bottom