what is data Abstraction? and give example
Answer Posted / tariq shadid
this style data representations and their associated primitive operations are
encapsulated in an abstract data type or object. The components of this style are
the objects—or, if you will, instances of the abstract data types. Objects are
examples of a sort of component we call a manager because it is responsible for
preserving the integrity of a resource (here the representation). Objects interact
through function and procedure invocations. Two important aspects of this
style are (a) that an object is responsible for preserving the integrity of its
representation (usually by maintaining some invariant over it), and (b) that
the representation is hidden from other objects.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Is overriding possible in c++?
Explain the concept of copy constructor?
What is the two main roles of operating system?
What is the difference between a declaration and a definition?
What is time_t c++?
When is the copy constructor called?
Which software is best for programming?
declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator
Explain how to initialize a const data member.
Is c better than c++?
Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h
Is swift faster than c++?
What is a set in c++?
How is objective c different from c++?
What is guard code in c++?