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 difference between the functions memmove() and memcpy()?
what are the iterator and generic algorithms.
Which is best ide for c++?
How can you link a c program with a c function?
Is dev c++ a good compiler?
What do you mean by function overriding & function overloading in c++?
What are advantages of using friend classes?
Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers
What is the main use of c++?
Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?
Describe new operator?
How does a C++ structure differ from a C++ class?
Mention the storage classes in c++.
Is c++ still in demand?
What is an adjust field format flag?