Answer the following statements true (T) or false (F)
1) Attempting to modify a readonly instance variable after it's initialized is
a fatal execution-time error.
2) The classes, variables and methods in a program are displayed in a
hierarchical structure in Class View.
3) Developers use the Object Browser to learn about the functionality
provided by a specific class.
4) An object initializer calls the default constructor before executing.
5) An object initializer list cannot be empty.
1) F
2) T
3) T
4) T
5) F
Computer Science & Information Technology