3
Answers

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

Renjith V S

Renjith V S

10y
799
1
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)