Which is true?
b. A private helper method can call public methods in the same class.
c. A private helper method can not call other methods in the same class.
a. A private helper method can be called by an object.
d. A private helper method can be called from main() in another class.
main()