Can you explain polymorphism?
No Answer is Posted For this Question
Be the First to Post Answer
Why is oop useful?
Why is there no multiple inheritance?
What do we mean by a hidden argument in a function?
why freind function takes more parameter than normal member function in c++?
What are the 4 pillars of oop?
What is the real time example of encapsulation?
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
What do you mean by overloading?
Which type does string inherit from?
What is the full form of oops?
what is object oriented programming and procedure oriented programming?
What is a superclass in oop?