The "virtual" specifier in a member function enables which
one of the following?
a) Monmorphism
b) Late binding
c) Metamorphism
d) Solomorphism
e) Inheritance
Answers were Sorted based on User's Feedback
What is #include iostream in c++?
What is singleton pattern in c++?
What is linked list in c++?
Why can templates only be implemented in the header file?
What is #include cstdlib in c++?
What is this pointer in c++?
Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?
What is a list c++?
What is a static element?
What is size of string in c++?
What does it mean to declare a destructor as static?
if i want cin 12345678910 and cout abcdefghij. so how can i create the program?. example : if i key in 8910 so the answer is ghij.