I was asked a school project to show the UML diagrams that I used - if I did - to implement the project. But the project I was working on was in C and was functionally programmed. Thus, I want to justify that using class diagrams when using an object-oriented language was pointless, but I am afraid that this is incorrect and could not confirm this hypothesis. It seems pointless to me, but I would like to know if this is so, because I may think that the code in the OOP method can help understand how it works.
Are there any advantages to the way you think and build a functional program when using class diagrams?
source
share