Which of the below is not a valid design pattern?
(a) Singleton
(b) Factory
(c) Command
(d) Java
(a) Singleton
(b) Factory
(c) Command
(d) Java
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The correct answer is (d) Java
To elaborate: Design pattern is a general repeatable solution to a commonly occurring problem in software design. There are various patterns available for use in day to day coding problems.