pull down to refresh

i feel like i only ever used OOP when I want a class with standard methods and a sub-class I can override. For example implementing multiple apis that do similar functionality like you can implement MyEngine extends Search {} this.doSearch(q); or something.