Why do you need abstraction?

Showing Answers 1 - 9 of 9 Answers

RAJEEV CHOPRA

  • Sep 8th, 2006
 

If you want to develop any program you need abstract idea to start. So you will abstract the things according to program.


As you want to develop a library software you will not abstract any motor or financial things in your abstraction.

  Was this answer useful?  Yes

sharanyaa

  • Sep 25th, 2006
 

we need to hide some unwanted things from the user in order to prevent him from knowing too much about your secret details . It is like hiding some private details in your database . I am sure if u are going to take up c++ as ur line then u will come across some real world applications where u will have to close ur irrelevant details.

  Was this answer useful?  Yes

chandrasekhar vuppu

  • Jan 22nd, 2007
 

Abstraction is required when you want implement generalization and specialization

neverd

  • Jun 12th, 2007
 

because you need easier maintenance, less code size; this will definitely slow down the runtime efficiency but worthy, especially for big projects

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions