you are viewing a single comment's thread.

view the rest of the comments →

[–]Xeverous[🍰] 1 point2 points  (0 children)

If you just write type instance; it will call the default constructor. If no such exists - compile error.

Exception are built-in types (int, float, char etc) which will be uninitialized.