3
Answers

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

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)