| Other OOPS Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What do you mean by multiple inheritance and multilevel
inheritance? Differentiate between them. | | 2 |
| Which is the only operator in C++ which can be overloaded
but NOT inherited? | | 3 |
| Does c++ support multilevel and multiple inheritance? | Wipro | 5 |
| what is a ststic variable and stiticfunction
briefly explain with exmple and in which case we use | HCL | 1 |
| When is it necessary to use member-wise initialization
list in C++? | | 1 |
| how to find no of instances of an object in .NET? | Infosys | 1 |
| What do you mean by public, private, protected and friendly? | | 1 |
| In c++ there is only virtual destructors, no constructors. Why? | | 2 |
| what is object slicing?
| Wipro | 4 |
| Which is the parameter that is added to every non-static
member function when it is called? | | 3 |
| the difference between new and malloc | Siemens | 3 |
| What is an object? | HCL | 7 |
| Name an advantage of array over linked list?
| IBM | 12 |
| When will a constructor executed? | | 3 |
| What are generic functions and generic classes? | | 2 |
| Please tell me the oops concept with detailed answer | EEE | 4 |
| why we call c++ is object oriented lanaguage | HCL | 2 |
| 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 |
| What is late bound function call and early bound function
call? Differentiate. | | 2 |
| Can we have a private constructor ? | Ness-Technologies | 8 |
| |
| For more OOPS Interview Questions Click Here |