| Other OOPS Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What are the different forms of polymorphism?? | PCS | 5 |
| why we call c++ is object oriented lanaguage | HCL | 2 |
| What do you mean by binding of data and functions? | | 1 |
| When is it necessary to use member-wise initialization
list in C++? | | 1 |
| What are virtual functions? | | 2 |
| Tell us about yourself.
| IBM | 14 |
| what is a virtual class? | Cap-Gemini | 1 |
| What is a class? | TCS | 17 |
| features of OOPS | Ness-Technologies | 5 |
| What is Method overloading? | | 4 |
| What is Agile methodology? | Inmar | 2 |
| What is the difference between const int *ptr and int const
*ptr??? | | 2 |
| to remove the repeated numbers from the given .
i.e..,
if the input is 12233
output should of
123
| | 1 |
| if u write a class do u write Assignment operator and copy
constructor | Siemens | 1 |
| Definition of Object Oriented Programming in single line? | TCS | 14 |
| suppose A is a base class and B is the derved class. Both
have a method foo which is defined as a virtual method in
the base class. You have a pointer of classs B and you
typecast it to A. Now when you call pointer->foo, which
method gets called?
The next part of the question is, how does the compiler
know which method to call? | EA-Electronic-Arts | 2 |
| Given two strings like x=?hello? and y=?open?, remove any
character from string x which is also used in string y,
thus making the result x=?hll?.
| IBM | 8 |
| How is exception handling carried out in c++? | | 1 |
| What is multiple inheritance ? | Ness-Technologies | 8 |
| all about pointers | | 2 |
| |
| For more OOPS Interview Questions Click Here |