If a class D inherits two base classes B1 and B2 ,then write these classes containing no-argument constructors those simply display the names of the respective classes. Instantiate an object of class D ensuring that first it implicitly creates the object of class B2 and then it implicitly creates the object of class B1 for its use.