vikas kumar


{ City } patna
< Country > india
* Profession * engineering
User No # 53437
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 1
Users Marked my Answers as Wrong # 3
Questions / { vikas kumar }
Questions Answers Category Views Company eMail




Answers / { vikas kumar }

Question { 3074 }

if we inherit class in stack so object of stack will store
in stack or heap? as
class a
{
int s;
public aa(){}
}
stack mystack:a
{

}
mystack obj;

ans: about obj


Answer

we should initialize the object with (new) key word.

Is This Answer Correct ?    1 Yes 3 No