Answer the following questions true (T) or false (F)

1. Design patterns are restricted to particular programming languages, of which C++ is one.

2. UML is graphical language for designing programs.

1. False
Explanation: One of the features of patterns and UML (Unified Modeling Language) is that they apply to any problem and any programming language that supports classes and features for Object Oriented Programming.
2. True
Explanation: The statement is true but more should be said. UML is a graphical, one might say, iconic, language used for designing and documenting software created within the object oriented programming framework.

Computer Science & Information Technology

You might also like to view...

A table organizes data in ________ and rows

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which of the following is NOT a rule for naming a memory location in C++?

A. the name must begin with a letter B. the name cannot contain spaces C. the name cannot be a keyword D. names in C++ are not case sensitive

Computer Science & Information Technology