which of the following statements are not true for design patterns?
- Only supports JAVA programming language
- Is meant only for developers
- GoF is one of the catalogs
- Uses OOPS
Answers
Answered by
27
Answer:
Only supports JAVA programming language & Is meant only for developers
Explanation:
Answered by
4
- Design pattern in software engineering is a general reusable solution to a commonly arising problem in software design.
- It is also appears in c program.
- Design pattern in c program are Lazy initialisation,singleton, object pool,object state etc.
- In java there are 23 design pattern they are Creational,structural and behavioural .
- Hence,Therefore the statement 1 is not true.
- In the second option it is stated as only for developers,it seems to be wrong that it may also meant for a people who are developing a platform in software.
- Therefore, The options are 1 and 2
#spj2
Similar questions