Answer Posted / swetha

abstraction refers to the act of representing essential
features without including the background details or
explanations.
for example: you are driving a car. you only know the
essential features to drive a car e.g.,gear handling,use of
clutch,accelerator etc.but while driving do you get into
internal details of car like wiring,motor wiring,etc.you
just change the gears or apply the brakes etc.what is
happening inside is hidden from you. this is abstraction
where you only know the essential things to drive a car
without including the background details or explanations.

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can user-defined object be declared as static data member of another class?

552


What is type of 'this' pointer? Explain when it is get created?

587


What do you understand by zombie objects in c++?

611


How do you master coding?

560


How a new operator differs from the operator new?

620






How would you use qsort() function to sort an array of structures?

717


True or false, if you keep incrementing a variable, it will become negative a) True b) False c) It depends

1855


What does return 0 do in c++?

576


Why are pointers not used in c++?

626


Are php strings immutable?

560


What are compilers in c++?

603


Can you help me with this one? Make a program that when a user inputed a Product Name, it will display its price, and when the user inputed the quantity of the inputed product, it will show its total price. The output must be like this: Product Name: Price: Quantity: Total Price: ..this is the list of products to be inputed: Cellphone - 1500 Washing Machine - 5200 Television - 6000 Refrigirator - 8000 Oven - 2000 Computer - 11000 thanks..:D

3051


What is set in c++?

656


What is the difference between object-oriented programming and procedural programming?

692


What is the role of copy constructor in copying of thrown objects?

595