what is the order of initialization for data?

Answer Posted / rejeesh r

Class is a connection of objects.

Is This Answer Correct ?    1 Yes 19 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we use clrscr in c++?

806


What is constructor c++?

860


How many types of scopes are there in c++?

785


Is it legal in c++ to overload operator++ so that it decrements a value in your class?

812


Difference between a homogeneous and a heterogeneous container

894


In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?

821


How does a copy constructor differs from an overloaded assignment operator?

776


Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement

839


Explain the use of virtual destructor?

806


How do I make turbo c++ full screen?

786


Why is main function important?

815


Is c++ slower than c?

784


Why #include is used?

797


What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal

927


How delete [] is different from delete?

776