what is data Abstraction? and give example
Answer Posted / kishore kumar
data abstraction is a process of representing the essential
features without including implementation details.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is friend class in c++ with example?
What is general form of pure virtual function? Explain?
how to connect with oracle 9i with server in socket program in c/c++
How do you flush std cout?
What is an undefined behavior and sequence points
What is the latest c++ standard?
What is an operator in c++?
how to access grid view row?
How do pointers work?
Describe the advantage of an external iterator.
How do you add an element to a set in c++?
Is c++ free?
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?
What is the use of setprecision in c++?
Can you pass a vector to a function?