What is overriding in oop?


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

Post New Answer

More OOPS Interview Questions

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  


Why is oop useful?

0 Answers  


#include <iostream> using namespace std; struct wow { int x; }; int main() { wow a; a.x = 22; int c = a.x; int *b = new int; cout << c; return 0; } option: No output 0 22 -(11) Will not compile

1 Answers   CTS, Wipro,


oops concept is used for?

3 Answers   Synergy,


what is the difference between class to class type conversion and copy constructor ?

2 Answers  






what is the difference between class and object?

9 Answers  


what is an qt4 interface?

1 Answers   IBM,


How to overload postfix operator in c++

1 Answers   Mphasis,


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?

0 Answers  


What do you mean by pure virtual functions?

8 Answers  


Write a program to multiply 3x3 matrics

1 Answers  


• What are the desirable attributes for memory managment?

0 Answers  


Categories