Answer Posted / dhananjay
no
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
Ask to write virtual base class code?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
What programming language should I learn first?
What's the order in which the local objects are destructed?
Define the process of handling in case of destructor failure?
What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?
What is polymorphism and its type in c++?
Write about the stack unwinding?
what is COPY CONSTRUCTOR and what is it used for?
What is c++ hiding?
What is difference between class and structure in c++?
What is std :: flush?
Explain the benefits of proper inheritance.
Is swift faster than c++?
What character terminates all character array strings a) b) . c) END