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
What is the copy-and-swap idiom?
What is virtual destructor? What is its use?
What are the rules for naming an identifier?
What is public, protected, private in c++?
How much do coding jobs pay?
Explain the differences between private, public and protected and give examples.
What is class syntax c++?
What are the benefits of operator overloading?
what is upcasting in C++?
Explain deep copy?
What are stacks? Give an example where they are useful.
Write about an iterator class?
Is c++ slower than c?
Define a pdb file.
Who discovered c++?