End Google Ads 201810 - BS.net 01 --> package mypack; public class A { private B bObj; public A() { // TODO Auto-generated constructor stub bObj=new B(); } }