Why is abstraction needed?


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

Post New Answer

More OOPS Interview Questions

create a c++ program that will accepts 9 inputs using 3 by 3 array.

1 Answers  


What is the difference between the c++ & java?

2 Answers  


#include <iostream> using namespace std; struct wow { int x; }; int main() { wow a; wow *b; a.x = 22; b = &a; a.x = 23; cout << b->x; return 0; }

1 Answers  


What is persistence in oop?

0 Answers  


what is the need of abstraction? what is abstraction?what is the abstraction for stack?

8 Answers   CTS, Verizon,






Why u change company?

12 Answers   BOB Technologies,


What is overloading in oop?

0 Answers  


Definition of Object Oriented Programming in single line?

33 Answers   Impact Systems, Q3 Technologies, TCS,


to remove the repeated numbers from the given . i.e.., if the input is 12233 output should of 123

2 Answers  


Why is polymorphism needed?

0 Answers  


Out of 4 concepts, which 3 C++ Follow?

1 Answers   TCS,


How many human genes are polymorphic?

0 Answers  


Categories