Creating your own classes

In more conventional OOP languages, you can start from scratch and create your own classes. 

That is not possible in Alice.

(Actually, in Java and C#, all new classes are rooted in the class named Object, but that is not the case for C++.)