Write a note about the virtual member function?
No Answer is Posted For this Question
Be the First to Post Answer
What is enum class in c++?
What is namespace std; and what is consists of?
What is the difference between inline functions and macros?
how to find the maximum of 10 numbers ?
Write any small program that will compile in "C" but not in "C++"
What do you mean by delegate? Can a user retain delegates?
Evaluate: int fn(int v) { if(v==1 || v==0) return 1; if(v%2==0) return fn(v/2)+2; else return fn(v-1)+3; } for fn(7); a) 10 b) 11 c) 1
Are strings immutable in c++?
Define a pointer to a data member of the type pointer to pointer?
Why pointer is used in c++?
Describe exception handling concept with an example?
What is c++ course?