How do you establish a has-a relationship?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of volatile keyword in c++? Give an example.
You have to take 2 arrays of length 10. Input the values of array 1 from the user. Then copy the values of array 1 to array 2 in ascending order For example if user enters 9, 5, 6, 8, 1, 0, 2, 7, 4, 3 then copy the smallest element i.e. 0 first followed by 1, 2 and so
If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?
What is the difference between the compiler and the preprocessor?
What is a constructor initializer list and when we use constructor initializer list?
Explain the concept of dynamic allocation of memory?
Why is main function important?
sizeof- is it functioning statically or dynamically?
What is :: operator in c++?
What is enum c++?
What is the difference between structure and class?
Describe private, protected and public – the differences and give examples.