Answer the following statements true (T) or false (F)
1. Only certain Alice objects have all of the primitive methods.
2. An event is a set of instructions that causes some action to take place.
3. All classes have custom methods.
4. Using the camel Case naming convention is a good way to have easy-to-read, meaningful identifiers.
5. A custom method is a method that only objects of a specific class have.
1. FALSE
2. FALSE
3. FALSE
4. TRUE
5. TRUE
You might also like to view...
Which statement is false?
a) Pseudocode is an artificial and informal language that helps you develop algorithms. b) Pseudocode is similar to everyday English. c) Pseudocode is an actual programming language. d) Pseudocode programs are not actually executed on computers.
In demand paging, the collection of pages residing in memory that can be accessed directly without incurring a page fault is called the ____.
A. page set B. working set C. job set D. denning set