What are different oops concepts?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More OOPS Interview Questions

What do you mean by inheritance?

0 Answers   IBS,


Please tell me the oops concept with detailed answer

9 Answers   EEE,


What is static modifier?

0 Answers  


Why is polymorphism used?

0 Answers  


Why polymorphism is used in oops?

0 Answers  


what is function overloading..?

4 Answers  


What is the difference between class and structure?

7 Answers  


In the following declaration of main, "int main(int argc, char *argv[])", to what does argv[0] usually correspond? 1) The first argument passed into the program 2) The program name 3) You can't define main like that

6 Answers  


what does exactly the linker do?

1 Answers  


What will happen when the following code is run: int x; while(x<100) { cout<<x; x++; } 1) The computer will output "0123...99" 2) The computer will output "0123...100" 3) The output is undefined

7 Answers  


There are 2 empty jars of 5 and 3 liters capacity. And a river is flowing besides. I want to measure 4 liters of wanter using these 2 jars. How do you do this?

4 Answers  


What is a unary operator?

5 Answers  


Categories