Can we create new Objects?

For example, in JAVA langage, can we add a new Class to use in the main one?

Thanks guys!

Yes, simply declare a class in you file. But this class should not be public.