what is data Abstraction? and give example
Answer Posted / v.santhoshini
*Data Abstraction is a collection of related data items
together with an associated set of operations.
*data operations &relations are studied indpendent of
implementation.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What kind of jobs can I get with c++?
What is endianness?
Define stacks. Provide an example where they are useful.
Write bites in Turbo c++ Header ("Include") Files.
How can a struct in c++ differs from a struct in c?
What are the defining traits of an object-oriented language?
What is a pointer with example?
What is c++ prototype?
What is function prototyping?
What is static class data?
What are compilers in c++?
What is the difference between interpreters and compilers?
What is public, protected, private in c++?
When we use Abstract Class and when we use Interface?where we will implement in real time?
Explain polymorphism?