3
Answers

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

Photo of Renjith V S

Renjith V S

11y
1.1k
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)