If one class contains another class as a member, in what order are the two class constructors called
a) Constructor for the member class is called first
b) Constructor for the member class is called second
c) Only one of the constructors is called
d) all of the above
No Answer is Posted For this Question
Be the First to Post Answer
what different between c and c++
How do you determine if a string is a palindrome?
What is meant by global static? why we have to use static variable instead of Global variable
what are bit fields? What is the use of bit fields in a structure declaration?
0 Answers Flextronics, TISL, Virtusa,
what is the difference between #include<> and #include”…”?
What are the ways to a null pointer can use in c programming language?
How many levels of pointers have?
int *a[5] refers to
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
What is the difference between array and pointer?
ABCDCBA ABC CBA AB BA A A
What does 1f stand for?