What is virtual function? Explain with an example
No Answer is Posted For this Question
Be the First to Post Answer
What are the advantages of C++ programming compared to C programming?
What are friend classes?
what is the size of this class class size { public: char data1; double d; int data2; char data3; double data4; short data5; }; please explain the padding for these double variables.
Explain what are mutator methods in c++?
What is iterator in c++?
How to avoid changing constant values?
Can a function take variable length arguments, if yes, how?
What does new do in c++?
What is the basic concept of c++?
Write syntax to define friend functions in C++.
Can java be faster than c++?
When should you use multiple inheritance?