what is data Abstraction? and give example
Answer Posted / anil kumar
abstraction does not means that information is not available.
it means that all the informatin is available but only
necessary information will be shown to the user.example-a
computer...we do not know a computer as a collection of
hardware and hundreds of chips.we know it only at our level
of usage.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the basic structure of c++ program?
Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?
What are c++ files?
Show the application of a dynamic array with the help of an example.
Difference between overloading vs. Overriding
What are iterators in c++?
Can member functions be private?
What is c strings syntax?
Is linux written in c or c++?
What is the difference between the indirection operator and the address of oper-ator?
Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.
Is c++ a high level language?
Write about a nested class and mention its use?
Is eclipse good for c++?
Must accepts "Maestro Cards" Tax for bike should be less than 15 Total number of lanes is more than 10 Must provides monthly pass Write a method: boolean isGoodTollBridge(String[] cardsAccepted, String[] tollTax, boolean hasMonthlyPass, int numberOfLanes); String[] cardsAccepted A String array of names of card types accepted for payment of toll tax, it can be null if the toll does not accept any card String[] tollTax A String array of toll tax chart (say “Train : 300â€Â,â€ÂBullCart : 10â€Â) boolean hasMonthlyPass This parameter defines whether there is any monthly pass available or not int numberOfLanes This parameter defines the number of lanes for each side