Does a derived class inherit or doesn't inherit?
No Answer is Posted For this Question
Be the First to Post Answer
Is ca high or low level language?
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
Can we define function inside main in c++?
What is a virtual destructor? Explain the use of it?
How do we balance an AVL Tree in C++?
Should the member functions which are made public in the base class be hidden?
What is anonymous object in c++?
Can we make any program in c++ without using any header file and what is the shortest program in c++.
What is a breakpoint?
What is the size of a vector?
Describe linkages and types of linkages?
What do you mean by overhead in c++?