Default constructor

Report a typo

You have the class SomeClass without any constructors.

class SomeClass {
    int someField = 10;
}

How can we create an instance of the class?

Select one option from the list

Create a free account to access the full topic