Is this modular programming? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is this modular programming?

I have a question here - in C# - the partial class , and in VB.NET the Module - are they part of modular programming as wiki describes it? partial class is defined as a class that have multiple implementations across all namespaces that have it, and it "assembles" on execution. (BTW, part of modular programming are also interfaces - which is maybe the same?)

30th Jul 2018, 1:26 AM
Stanislav Vladev
Stanislav Vladev - avatar
1 Answer
0
Modular programming is not language specific and is more of a coding methodology. The modifiers of classes cannot, themselves, make classes modular. I would suggest reading up on SOLID coding principles to get a better idea of what makes code modular.
14th Nov 2019, 7:32 AM
Kail Galestorm
Kail Galestorm - avatar