What is polymorphism programming?
No Answer is Posted For this Question
Be the First to Post Answer
what is the function of 'this' operator ?
What is constructor overloading in oop?
What will happen when the following code is run: int x; while(x<100) { cout<<x; x++; } 1) The computer will output "0123...99" 2) The computer will output "0123...100" 3) The output is undefined
Explain the concept of abstracion and encapsulation with one example. What is the difference between them?
what is meant by files?
What is virtual function?where and when is it used?
What is DeadlyDiamondDeathProblem ?
What is Iteration Hierarchy? What is what is Object behavioral concept?
What is memory leak and memory corruption?
Hi All, I am new to programming and want to know how can i write a code to take input of 2 numbers from user and swap it without using a temp variable?
what is the size of an empty class
Why is polymorphism important in oop?