Are polymorphisms mutations?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More OOPS Interview Questions

what is oppes

2 Answers  


Write pseudo code for push in a stack?

2 Answers   emc2,


What is the difference between C++ and java?

6 Answers   Atos Origin,


Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.

0 Answers  


what is function over loading?

5 Answers  






Explain virtual inheritance?

0 Answers  


What is abstraction in oop?

0 Answers  


Give an example where we have to specifically use C programming language and C++ programming language cannot be used?

0 Answers   CAT,


What is oop in simple words?

1 Answers  


why freind function takes more parameter than normal member function in c++?

1 Answers   IBM,


Name an advantage of array over linked list?

24 Answers   GML, IBM, Software Solutions,


assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).

0 Answers  


Categories