What is Higher Order Component (HOC)?
1) A pattern derived from React's compositional nature
2) A way of reusing component logic
3) Custom components that wrap another component within it
4) All of the above