Correct fields

Report a typo

You have a class MyClass containing one field.

class MyClass { 
    ??? field;
}

What can be the type of this field? Select all correct options.

Remember that a field can have a primitive type (int, float, etc.) as well as a "complex" one (for example, a class).
Select one or more options from the list
___

Create a free account to access the full topic