If I have app A with class called Hello and in it function called
helloworld which print "hello world" statement and I want to use this class
in another app B and dynamically load hello class in runtime and use
helloworld method can any one help me pleaseee??!