What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
No Answer is Posted For this Question
Be the First to Post Answer
How is modularity introduced in C++?
What is static in c++?
What is the output of the following 3D Array int arr[3][2][2]={1,2,3,4,5,6,7,8,9,10,11,12}; what is the output for arr[2][1][0]?
6 Answers HCL, Integra, IPMC, ORG,
Can a constructor return a value?
What is the type of this pointer in c++?
Explain the concept of dynamic allocation of memory?
write a program that will produce the ff. output. "what fruit will you buy? 1)apple 2)orange 3)mango ENTER CHOICE (1,2 or 3)> HOW MANY WILL YOU BUY?> THAT WILL COST XX.XX
Explain binary search.
Difference between an inspector and a mutator
is throwing exception from a constructor not a good practice ?
What is a namespace in c++?
Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.