what is data Abstraction? and give example
Answer Posted / pramod kumar kar
According to Grady Booch "An Abstraction denotes the
Essential characterstics of an object that distinguishes it
from all other kinds of objects & that provides cripsly
defined conceptual boundaries,relative to the perspective
to the viewer"
Data abstraction is the process of identifying properties
& methods related to a specific entity as applicable to the
application
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is function overloading in C++?
What is object in c++ example?
What are the defining traits of an object-oriented language?
What is enum c++?
What are c++ stream classes?
How new/delete differs from malloc()/free?
Is it possible to get the source code back from binary file?
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
What is const pointer and const reference?
Explain linear search.
What do you mean by vtable and vptr in c++?
How do pointers work?
Is c++ high level programming language?
Can we distribute function templates and class templates in object libraries?
What is static function? Explain with an example