What is polymorphism in c++? Explain with an example?
No Answer is Posted For this Question
Be the First to Post Answer
What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?
What is the use of object in c++?
What are proxy objects in c++?
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
Distinguish between a # include and #define.
Define virtual constructor.
Describe friend function & its advantages.
What is #include iostream h in c++?
How to declaring variables in c++?
What are c++ stream classes?
Define inline function
What is optimization in c++? when using volatile.optimization is not possible..what does this mean?