Basics Flashcards

1
Q

SOLID Coding

A

an acronym for five object-oriented design (OOD) principles by Robert C. Martin

S - Single Responsibility Principle (SRP)
O - Open-Closed Principle (OCP)
L - Liskov Substitution Principle (LSP)
I - Interface Segregation Principle (ISP)
D - Dependency Inversion Principle (DIP)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Object-oriented Design (OOD)

A

mmm

How well did you know this?
1
Not at all
2
3
4
5
Perfectly