Hi,
Could anyone explain to me the following code means?
from what i have learned, it suppose to be
How do i define those class for BMAPIImplementa tion()?
Thank you guys.
Could anyone explain to me the following code means?
Code:
public class BovinetineMakerDriver { public static void main(String[] args) { BovinetineMakerAPI api = new BMAPIImplementation(); // I need an explanation of this line } }
Code:
BovinetineMakerAPI api = new BovinetineMakerAPI();
Thank you guys.
Comment