IT 114: Introduction to Java
Class 26 Ungraded Quiz
-
What do you call the special method used to create an object
of a class?
-
What do you call the variables in an object that can be accessed
by any method in the class?
-
What do you call methods that only work with the values
contained in the object?
-
Does every class have to have a constructor?
-
Can an instance method have the void return type?