Renjith V S

Renjith V S

  • NA
  • 317
  • 63.9k

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

May 7 2014 7:13 AM
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)