| Other OOPS Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| what is SPL in c++. | | 1 |
| what is multi level inheritance give n example ? | Ness-Technologies | 3 |
| DIFFRENCE BETWEEN STRUCTURED PROGRAMING AND OBJCET ORIENTED
PROGRAMING. | | 4 |
| When is an object created and what is its lifetime? | IBM | 2 |
| Definition of Object Oriented Programming in single line? | TCS | 19 |
| should we use linear search or binary search if elements
are placed in random order or mixed?in both cases? i need a
little bit detail ans?thnks | | 2 |
| What is the different between Applet and Application? | | 2 |
| difference between overloading and overridding | | 6 |
| In what situation factory design patterns,DAO design
patterns,singleton design patterns should be applied.?
| | 2 |
| Which is the only operator in C++ which can be overloaded
but NOT inherited? | | 4 |
| What is the difference between and interface and an
abstract class ? | Ness-Technologies | 4 |
| Why a "operator=(...)" when there is a copy ctor? | | 2 |
| //what is wrong with the programme??
#include<iostream.h>
template <class first>
class dd
{
first i;
public:
void set();
void print();
};
void dd< first>:: set()
{
cin>>i;
}
void dd< first>::print()
{
cout<<"\n"<<i;
}
void main()
{
dd <char>g;
g.set();
g.print();
} | | 1 |
| what is the need of abstraction? what is abstraction?what
is the abstraction for stack? | Verizon | 5 |
| what is polymorpsim? what are its types? | | 5 |
| what is a virtual class? | Cap-Gemini | 2 |
| What are the advantages of inheritance? | | 8 |
| can main method be overloaded...???
How..????
| Satyam | 1 |
| why we call c++ is object oriented lanaguage | HCL | 2 |
| Write 7 differences between "Public" function and
"Private" function? | IBM | 2 |
| |
| For more OOPS Interview Questions Click Here |