| Other OOPS Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Does c++ support multilevel and multiple inheritance? | Wipro | 5 |
| What is the Advantage of Interface over the Inheritance in
OOPS? | | 2 |
| Which is the only operator in C++ which can be overloaded
but NOT inherited? | | 3 |
| Please tell me the oops concept with detailed answer | EEE | 4 |
| What do you mean by pure virtual functions? | | 4 |
| features of OOPS | Ness-Technologies | 5 |
| What normal C constructs work differently in C++? | | 1 |
| Why do we use virtual functions? | | 3 |
| how to find no of instances of an object in .NET? | Infosys | 1 |
| what is the difference b/w abstract and interface? | Merrill-Lynch | 1 |
| What is the difference between pass by reference and pass by
value? | TCS | 6 |
| What is an orthogonal base class? | | 1 |
| what is diff between .net 1.1 and .net 2.0 | | 3 |
| Can we call a base class method without creating instance? | | 4 |
| what is the difference between <stdio.h>and "stdio.h"? | | 2 |
| what is the basic concept of inheritance? | | 4 |
| What is the correct syntax for inheritance?
1) class aclass : public superclass
2) class aclass inherit superclass
3) class aclass <-superclass
| | 4 |
| What is the outcome of the line of code "cout<<abs(-
16.5);"?
1) 16
2) 17
3) 16.5
| TCS | 10 |
| What are virtual functions? | | 2 |
| what is difference b/w object based and object oriented
programming language? | Infosys | 2 |
| |
| For more OOPS Interview Questions Click Here |