in C devi avere un'istanza di A e farai

codice:
private A varA; 
private String stringa; 

//....

stringa = varA.getA();
//....