Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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



if we inherit class in stack so object of stack will store in stack or heap? as class a { int s..

Answer / vikas kumar

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

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More C Sharp Interview Questions

can we assign null value to value type in c#?

12 Answers   Idea, Microsoft, Wipro,


In the page load event I assigned dropdownlist’s datasource property to a valid list. On the submit button click.. The same datasource property is coming as null. Why?

0 Answers  


how do you do exception management

4 Answers   Accenture, HCL,


What does the term immutable mean?

3 Answers   Satyam, Siebel Systems, Techno Labs,


how to Create a datagridview control with check box column with 8rows in it, the maximum number of check boxes checked should be 3, when user checks the 4th corresponding message should be displayed and check box should be checked. User can uncheck the checked boxes Note: read-only property should not be used

0 Answers   HCL, NIC,


What is lazy loading and eager loading in c#?

0 Answers  


Enlist the different types of classes in c#?

0 Answers  


Explain the feature of c# language?

0 Answers  


Is c# code is managed or unmanaged code?

0 Answers  


What is attribute and reflection in c#?

0 Answers  


What is deferred execution?

0 Answers  


i want display a given number into Rupees Format Like Given number is : 156735 my Expected output is 1,56,735. how to display?

6 Answers  


Categories