Briefing Zend Knowledge

Which of the following OOPS design patterns is used to encapsulate a data source so that accessing t

Which of the following OOPS design patterns is used to encapsulate a data source so that
accessing the data source components becomes hidden within the class that implements the
pattern?

A.
Registry

B.
ActiveRecord

C.
Model-view-controller

D.
Factory

Explanation: