What is polymorphism and its types?
No Answer is Posted For this Question
Be the First to Post Answer
write a function that takes an integer array as an input and finds the largest number in the array. You can not sort array or use any API or searching needs?
2 Answers IBMS, Zycus Infotech,
What is a linked list?
When a private constructer is being inherited from one class to another class and when the object is instantiated is the space reserved for this private variable in the memory??
Is following functions are said to be overloaded? int add(int a,int b) char *add(int a,int b)
Name an advantage of linked list over array?
Can a destructor be called directly?
What is class and object with example?
what is the function of 'this' operator ?
what is difference between class template and template class?
create a c++ program that will ask 10 numbers and display their sum using array.
what are the ways in which a constructors can be called?
What is conditional Compilation?