What is virtual function? Explain with an example
No Answer is Posted For this Question
Be the First to Post Answer
Do you know what is overriding?
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
What are stacks?
int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?
In a function declaration what does extern means?
What is a hash function c++?
How do you add an element to a set in c++?
Where is atoi defined?
What is class in c++ with example?
Describe functional overloading?
what are the iterator and generic algorithms.
How do c++ struct differs from the c++ class?