Question: ID# Q1: Circle the correct answer: [5 Points] I. What distinguishes a purely functional programming language fro m an Imperative one? (a) There are no
ID# Q1: Circle the correct answer: [5 Points] I. What distinguishes a purely "functional" programming language fro m an "Imperative" one? (a) There are no variables and hence no assignment operation in a purely functional language. (b) A purely functional language lacks the "go to" statement, but an imperative language always has such a command. (e) All subprograms must be declared with the keyword function in a purely functional language. (d) There is no real difference, only a difference in the recommended coding style. 2. The Java statement public class LinkedListStack creates: (a) new class. (b) new object. (c) new reference variable. (d) new container to hold objects
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
