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...

what is the order of initialization for data?

Answer Posted / nilay

all the static memebers are created at the time of class
definition and rest all non static memebers are created
when object is created of that class. member functions are
also create in memory when class is defined. (However only
single copy of static data members and functions is created)

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Do vectors start at 0?

1042


How should a contructor handle a failure?

1235


What is the use of vtable?

1192


Am pass the 10000 records to target in target I will take commit interval 15000 when I was stop the work flow what will happened

1609


Can we use this pointer inside static member function?

1116


What is the best way to take screenshots of a window with c++ in windows?

1094


what are Operators and explain with an example?

1222


What is function prototyping?

1168


Differentiate between a constructor and a destructor in c++.

1052


How do you declare a set in c++?

1013


What is the use of namespace std in C++?

1116


Is swift faster than c++?

1070


What is meant by iomanip in c++?

1290


What is the use of ::(scope resolution operator)?

1123


Does c++ support multilevel and multiple inheritances?

1057