Answer the following statements true (T) or false (F)
1. When you create an object from a class, you use a reference variable to reference that object.
2. You should never declare a class in its own source file.
3. Because classes are reference types, objects that are instances of a class are always passed by reference.
4. Writing each class in its own separate file makes your code more organized and helps keep your source code files to a manageable size.
1. TRUE
2. FALSE
3. TRUE
4. TRUE
You might also like to view...
What Telco term is used to refer to the gear that sits at the customer site?
A) CPE B) SE C) CE D) BRI
What is the search path for a shell? What is the name of the shell variable that is used to maintain the search path for the Bourne Again and TC shell? Where (in which file) is this variable typically located? What is the search path set to in your environment? How did you find out? Set your search path so that your shell searches your current and your ~/bin directories while looking for a command that you type. In what order does your shell search the directories in your search path? Why?
What will be an ideal response?