What are single and multiple inheritances in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Who calls main function?
What are c++ stream classes?
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor
What is a float in c++?
Which operator cannot overload?
Why do C++ compilers need name mangling?
Why is c++ not purely object oriented?
Differentiate between late binding and early binding.
What do you understand by pure virtual function? Write about its use?
what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?
What is virtual destructor? What is its use?
Where are setjmp and longjmp used in c++?