What is the point of polymorphism?
No Answer is Posted For this Question
Be the First to Post Answer
We have a scale and 7 balls. 1 ball is heavier than all the rest. How to determine the heaviest ball with only 3 possible weighing attempts?
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What is overloading in oop?
What are the 3 principles of oop?
explain defference between structure and class with example
what is the difference between function template and template of function?explain with example.
How do you use inheritance in unity?
What's the full form of STL?
What is multilevel inheritance explain with example?
What is oops in simple words?