what is data Abstraction? and give example
Answer Posted / babu
data abstraction is nothing but a special mechanism
is used to create user define data types with the help
of classes.
ex:
class student
{
student name;
student id;
student password;
}
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How can a called function determine the number of arguments that have been passed to it?
what are the iterator and generic algorithms.
Which one is better- macro or function?
What is the c++ programming language used for?
What is #include iostream h in c++?
What is data hiding c++?
explain the reference variable in c++?
Is there any difference between int [] a and int a [] in c++?
What is the basic of c++?
What do you mean by persistent and non persistent objects?
What is the use of ::(scope resolution operator)?
Describe new operator?
What is cin clear () in c++?
How do you establish an is-a relationship?
Difference between struct and class in terms of access modifier.