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
we should initialize the object with (new) key word.
Is This Answer Correct ? | 1 Yes | 3 No |
What is InterFace???
How do I stop my console from closing in c#?
what is IDisposal interface,IComparable,IEquatable,IFormatable
1)what is difference between char and varchar in sql server 2005 2) what is composite key and candidate key 3) what is temporary table and derived table 4) how to calculate difference between two dates
What are lambda expressions used for?
How does dictionary work in c#?
What are the Different kinds of methods?
What is Custom attribute? How to create? If I'm having custom attribute in an assembly, how to say that name in the code?
What is exe file in c#?
Name the control which cannot be placed in mdi?
Is php better than c#?
What is difference between value and reference types?