oops
Class c=new Class(); what is meaning of this?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
PankaJ DPosted Sep 8, 2009, 11:20 PM
Kirtan PatelPosted Sep 8, 2009, 3:22 PM
here New Keyword is used to Create Instance of The Class.
Class c = new Class() will create new Instance of the Type Class
dont forget to mark "Do you like answer" if answer" helped you :)