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 sorted list in c#?
What is lazy loading entity framework?
What happens if the inherited interfaces have conflicting method names?
hi i m bhawna ,a student of mca want to know about what type of technical question has been asked in an interview of mnc's like HCL,TCS,WIPRO
What is difference between dictionary and hashtable in c#?
Can an interface extend a class c#?
What is the difference between abstract class and interface in c#?
List some of the common data providers for ado.net framework?
What is linq c#?
Is std :: string null terminated?
What is meant by generics in c#?
Can you override private virtual methods?