3
Reply

Is it possible to create a new object of a class with other

Renjith V S

Renjith V S

May 7 2014 7:13 AM
787
Hey,
I have 2 classes
class hello
{
}
class hai
{
}
 I need to create an object of the class in the following format
hello hl=new hai(); 

Answers (3)