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