Which design pattern provides a single class which provides simplified methods required by client and delegates call to those methods?
(a) Adapter pattern
(b) Builder pattern
(c) Facade pattern
(d) Prototype pattern
The question was asked in an interview for job.
I would like to ask this question from Design Patterns topic in portion Java Beans & JDBC of Java