I have a class with several methods and there is no constructor among these methods.
So, I am wondering if it is possible to call a method of a class without a creat
If the methods are static, yes.
But you won't be able to access non-static members.