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
Can we use clrscr in c++?
What is constructor c++?
How many types of scopes are there in c++?
Is it legal in c++ to overload operator++ so that it decrements a value in your class?
Difference between a homogeneous and a heterogeneous container
In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?
How does a copy constructor differs from an overloaded assignment operator?
Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement
Explain the use of virtual destructor?
How do I make turbo c++ full screen?
Why is main function important?
Is c++ slower than c?
Why #include is used?
What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal
How delete [] is different from delete?