class adapter pattern

English edit

 
English Wikipedia has an article on:
Wikipedia

Noun edit

class adapter pattern (plural class adapter patterns)

  1. (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.