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 Posted / vikas kumar
we should initialize the object with (new) key word.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
update data in an xml file which resides in solution itself, using silverlight 4.0
What is the difference between console and windows application?
What is default access modifier for class in c#?
what optimizations does the c# compiler perform when you use the /optimize+ compiler option?
what is the difference between a struct and a class in c#?
Can we create instance of private class in c#?
How do you use nullable?
Can dictionary have duplicate keys c#?
How do you implement thread synchronization in c#?
What is session c#?
Is dictionary reference type c#?
What is the difference between interface and functional interface?
What is singleordefault c#?
What is meaning of type safety in c#?
What is the default value of boolean variable?