The problem did not begin long ago, if I create a new class, then when creating a new object of this class, I have to give its name entirely. 
Maybe someone faced a similar problem.
The problem did not begin long ago, if I create a new class, then when creating a new object of this class, I have to give its name entirely. 
Maybe someone faced a similar problem.
But I think everything is in the order of things, or something I do not understand. I will give an example of creating an object in Objective-C:
VMStudent *objectVMStudent = [VMStudent new]; Source: https://ru.stackoverflow.com/questions/547565/
All Articles