| Other OOPS Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| what are the disadvantages of C++? | ATS | 4 |
| What is multiple inheritance ? | Ness-Technologies | 8 |
| What is a template? | | 5 |
| what is a virtual class? | Cap-Gemini | 1 |
| Which is the parameter that is added to every non-static
member function when it is called? | | 3 |
| What is a linked list?
| IBM | 4 |
| What are generic functions and generic classes? | | 2 |
| Should you protect the global data in threads? Why or why
not?
| IBM | 1 |
| wht is major diff b/w c and c++? | | 3 |
| i ahve v low % in 12th n BSC which is aroun 50 coz science
was imposed on me......nw m doin MCA n my aggregate in
above 74%,what shud i say if asked about low previous
percentage?????? | | 3 |
| why destructor is not over loaded? | | 2 |
| what is virtual destructor | TCS | 5 |
| In which cases you use override and new base? | | 1 |
| What are virtual functions? | | 2 |
| What is the output of the following code:
int v()
{
int m=0;
return m++;
}
int main()
{
cout<<v();
}
1) 1
2) 0
3) Code cannot compile
| | 3 |
| What is Iteration Hierarchy?
What is what is Object behavioral concept?
| | 1 |
| Have you ever used threads? | IBM | 2 |
| What does the code "cout<<(0==0);" print?
1) 0
2) 1
3) Compiler error: Lvalue required
| | 5 |
| What is the difference between and interface and an
abstract class ? | Ness-Technologies | 2 |
| to remove the repeated numbers from the given .
i.e..,
if the input is 12233
output should of
123
| | 1 |
| |
| For more OOPS Interview Questions Click Here |