Symbols in a flowchart are connected with lines, called ____.
A. chartlines
B. flowlines
C. pointers
D. connectors
Answer: B
You might also like to view...
Which of the following are advantages of RIP?
a. Simple to configure b. Good for large networks c. Suited for fast convergence d. Suited for contiguous networks
Answer the following statements true (T) or false (F)
1) programmer can use inheritance with an existing library for which only the header file and binary are available, to derive a class more suitable to her purpose. 2) You never put a declaration of an inherited member in the derived class. 3) In C++, inheritance has much to do with the gene pool. Explain. 4) An object of a derived class type has exactly one type, the type with which it was declared. 5) If a base class constructor is not called explicitly in the definition of a derived class constructor, an error results.