SyntaxFix
Write A Post
Hire A Developer
Questions
If your classes are in the same package, you won't need to import. To call a method from class B in class A, you should use classB.methodName(arg)
classB.methodName(arg)