What is virtual function? Explain with an example
No Answer is Posted For this Question
Be the First to Post Answer
What is a sequence in c++?
What happens when you make call 'delete this;'?
What are the advantages of using a pointer? Define the operators that can be used with a pointer.
What is constructor c++?
Compare compile time polymorphism and Runtime polymorphism
How do you master coding?
catch(exception &e) { . . . } Referring to the sample code above, which one of the following lines of code produces a written description of the type of exception that "e" refers to? a) cout << e.type(); b) cout << e.name(); c) cout << typeid(e).name(); d) cout << e.what(); e) cout << e;
Is map sorted c++?
what do you mean by volatile variable?
What is c++ 11 and c++ 14?
write a porgram in c++ that reads an integer and print the biggest digit in the number
What does it mean to declare a member function as virtual?