We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 935827c commit 054a27aCopy full SHA for 054a27a
Roadmap/27 - SOLID OCP/java/simonguzman.java
@@ -4,8 +4,8 @@
4
5
public class simonguzman {
6
public static void main(String[] args) {
7
- //libraryViolationOcp();
8
- //libraryFollowOCP();
+ libraryViolationOcp();
+ libraryFollowOCP();
9
calculatorTest();
10
calculatorOCPTest();
11
}
0 commit comments