Posts by Victor Silvestre • 166 points
2 posts
-
1
votes1
answer621
viewsA: Model E.R - Correct?
The conceptual model is the model with the highest level of abstraction in a database. Therefore, some questions that seem simple and logical for those who are doing end up becoming difficult for…
-
13
votes1
answer924
viewsQ: When does it make sense to have only static methods and attributes in a class?
Studying about static methods and attributes in OOP, I came across the following question: because in some codes we have ONLY classes with static attributes and methods? Is there a design pattern…