what is data Abstraction? and give example
Answer Posted / aarti pundir
Abstraction refers to the act of representing essential features without including the background details or explanations.
example: you driving a car.you only know esstential features to drive a car eg: gear handling,steering,clutch,acclerator,breaker etc
bt while driving do u get into onterenal details of car like wiring,motor working etc.u just change the gear or apply the breakes etc.what happening inside is hidden form u.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How would you obtain segment and offset addresses from a far address of a memory location?
What is the difference between multiple and multilevel inheritance in c++?
How do you find out if a linked-list has an end?
What is class and structure in c++?
Explain the isa and hasa class relationships. How would you implement each?
What is the difference between map and hashmap in c++?
Write about an iterator class?
Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].
What is linked list in c++?
What do you mean by function pointer?
What are exceptions c++?
How long does it take to get good at leetcode?
Explain one method to process an entire string as one unit?
Out of fgets() and gets() which function is safe to use and why?
Explain the benefits of proper inheritance.