| Other OOPS Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What do you mean by public, private, protected and friendly? | | 1 |
| write a c++ program to find maximum of two numbers using
inline functions. | | 1 |
| What does the code "cout<<(0==0);" print?
1) 0
2) 1
3) Compiler error: Lvalue required
| | 5 |
| what is the basic concept of inheritance? | | 3 |
| In what situation factory design patterns,DAO design
patterns,singleton design patterns should be applied.?
| | 1 |
| How is data security provided in Object Oriented languages?
? | | 3 |
| Can we have a private constructor ? | Ness-Technologies | 8 |
| What is extreme programming? | | 2 |
| What is the difference between const int *ptr and int const
*ptr??? | | 2 |
| What are generic functions and generic classes? | | 2 |
| what is diff between .net 1.1 and .net 2.0 | | 3 |
| When a private constructer is being inherited from one
class to another class and when the object is instantiated
is the space reserved for this private variable in the
memory?? | Honeywell | 12 |
| What is the outcome of the line of code "cout<<abs(-
16.5);"?
1) 16
2) 17
3) 16.5
| TCS | 10 |
| How is exception handling carried out in c++? | | 1 |
| What is a class? | TCS | 17 |
| What is abstraction? | | 6 |
| write a program for function overloading? | | 4 |
| What is Iteration Hierarchy?
What is what is Object behavioral concept?
| | 1 |
| What do you mean by binding of data and functions? | | 1 |
| who is the founder of c++? | | 1 |
| |
| For more OOPS Interview Questions Click Here |