return new wat it means

R

rajm2019

hi wat is meant by return new are u returning a pointer to object
created wat if i write like this return new class-name() i.e
constructor of class .is it mean the same yet.
 
J

Jim Langston

hi wat is meant by return new are u returning a pointer to object
created wat if i write like this return new class-name() i.e
constructor of class .is it mean the same yet.

Learn to spell. This is a newsgroup, not AOL chat. I'll answer your
question when you retype it.
 
?

=?ISO-8859-1?Q?Erik_Wikstr=F6m?=

hi wat is meant by return new are u returning a pointer to object
created wat if i write like this return new class-name() i.e
constructor of class .is it mean the same yet.

New allocates and constructs an object on the heap and returns a pointer
to it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top