class adapter pattern
Appearance
English
[edit]Noun
[edit]class adapter pattern (plural class adapter patterns)
- (software, object-oriented programming) An adapter pattern where the adapter is created by implementing or inheriting both the interface that is expected and the interface that is pre-existing.