What is abstraction?

Answer Posted / rajaneesh

It can be defined as the seperation of unnecessary
details or explation from system requirments so as to
reduce the complaxities of understanding requirments.
For example a person who is driving a car doesn't need to
know the mechnical works that have been done to make a
car... so what all the driver is to do is just drive.. ie
move start and stop....

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the 3 types of system development life cycle

2431


What is abstraction with example?

603


What is abstract class in oops?

598


What is the point of oop?

650


Get me a number puzzle game-program

1694






Question: Implement a base class Appointment and derived classes Onetime, Daily, Weekly, and Monthly. An appointment has a description (for example, “see the dentist”) and a date and time. Write a virtual function occurs_on(int year, int month, int day) that checks whether the appointment occurs on that date. For example, for a monthly appointment, you must check whether the day of the month matches. Then fill a vector of Appointment* with a mixture of appointments. Have the user enter a date and print out all appointments that happen on that date.

628


What are main features of oop?

631


Why multiple inheritance is not allowed?

581


Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?

4238


What is encapsulation process?

575


Which type does string inherit from?

614


Why do we use polymorphism?

573


What are the 4 pillars of oop?

670


What is the types of inheritance?

602


What is the difference between a constructor and a destructor?

612