Arrange the correct sequence

Report a typo

You have the following code:

class Box {
    class InnerBox {
        class AnotherInnerBox {
            class LastInnerBox {
            }
        }
    }
}

Define the correct sequence for type alias for LastInnerBox and arrange it in from the top down.

Put the items in the correct order
Box
LastInnerBox
InnerBox
AnotherInnerBox
___

Create a free account to access the full topic