The "SOLID" design principles are applicable to any software design methodologies because they are first principles of software design code example
Example: solid
S.O.L.I.D stands for:
S - Single-responsiblity principle
O - Open-closed principle
L - Liskov substitution principle
I - Interface segregation principle
D - Dependency Inversion Principle