System.out.println("from static at driver class");
}
publicstaticvoidmain(String[] args) {
Objectcreation=newObjectCreation(20, 40); //constructor calling along with only new keyword we cant do it explicitly beacuase of new keyword create block
//of memory in which constructor load the non-static members