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?

25th Jun 2020, 4:06 PM
Muhammad Bilal
Muhammad Bilal - avatar
0 Answers