In organization, it is important to separate the methods into different classes.
If we organize the methods into different classes in order to create a better organization, can we have a negative impact on program performance?
For example, I have an application where multiple methods are in a class only, if I create new classes to house specific categories of methods, can I have a negative impact?