A class and its members can be described graphically by usin
A class and its members can be described graphically by using _____.
A.) Unified Modeling Language (UML) notation
B.) a flowchart
C.) Unified Abstract Language (UAL) notation
D.) Unified Encapsulation Language (UEL) notation
Solution
Answer: A.) Unified Modeling Language (UML) notation
A class and its members can be described graphically by using Unified Modeling Language (UML) notation
There are three types of boxes to represent a class in UML.
top box contains the name of a class and middle box containts the data types and member variables. last bx contain the information about functions. + symbol indicates public type variables.functions. minus symbol indicates private variables/functions and \'#\' symbol indicates protected variables/functions
