Answer Posted / dharmendra rai
The concept of polymorphism can be explained as "one interface, multiple methods".
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the benefits of polymorphism?
Where is pseudocode used?
What are the benefits of interface?
What is balance factor?
What is coupling in oop?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
Why is oop useful?
Can private class be inherited?
What does I oop mean?
write knight tour problem which is present in datastructure
What is difference between polymorphism and inheritance?
What is the important feature of inheritance?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory