- Posts: 5
SAM, followed an OOP programming feature ?
- fayya
- Topic Author
Less
More
26 Sep 2018 23:37 #6459
by fayya
SAM, followed an OOP programming feature ? was created by fayya
Hi everyone,
I know that SAM was developped using the C++ lanquage, but I would like to know if the software was developped following an object oriented programmation approach or a procedural approach.
Thank you so much
I know that SAM was developped using the C++ lanquage, but I would like to know if the software was developped following an object oriented programmation approach or a procedural approach.
Thank you so much
Please Log in or Create an account to join the conversation.
- pgilman
Less
More
- Posts: 5423
27 Sep 2018 12:39 #6460
by pgilman
Replied by pgilman on topic SAM, followed an OOP programming feature ?
Hello,
SAM is a very large program with lots of code, which you can see in the open source repositories hosted on GitHub.com:
https//github.com/nrel/sam
The code is organized into modules and uses object-oriented concepts like classes and inheritance, but also has some sections that are more procedural.
Best regards,
Paul.
SAM is a very large program with lots of code, which you can see in the open source repositories hosted on GitHub.com:
https//github.com/nrel/sam
The code is organized into modules and uses object-oriented concepts like classes and inheritance, but also has some sections that are more procedural.
Best regards,
Paul.
Please Log in or Create an account to join the conversation.
Moderators: pgilman