0
How can I call a constructor of a class from another class?
The situation is that my class A is in package Ap and I want to call its constructor from a class B that is in package bp. Is it possible?If yes how can I do this?
1 Antwort
The situation is that my class A is in package Ap and I want to call its constructor from a class B that is in package bp. Is it possible?If yes how can I do this?