Pergunta de entrevista da empresa Samsung Electronics

How one class can use methods from other classes?

Respostas da entrevista

Sigiloso

5 de set. de 2018

there are many ways. first make that method public. then create an instance of that class who have the method . And using that instance call the method. By inheritance .

1

Sigiloso

17 de jul. de 2017

Concatenation.