Answer the following statements true (T) or false (F)
1. The key word this is the name of a reference variable that an object can use to refer to itself.
2. The key word this is the name of a reference variable that is available to all static methods.
3. The names of the enum constants in an enumerated data type must be enclosed in quotation marks.
4. An enumerated data type is actually a special type of class.
1. TRUE
2. FALSE
3. FALSE
4. TRUE
Computer Science & Information Technology
You might also like to view...
You would use ________ software to create a slide show
Fill in the blank(s) with correct word
Computer Science & Information Technology
What would be the return of the following function in C4?
A B C 1 First Name Last Name 2 james Turner 3 Aaron STEWART 4 tasha mccall ? =PROPER(A4) A) tasha B) Tasha McCall C) TASHA D) Tasha
Computer Science & Information Technology