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 :: operator in c++?
What is the protected keyword used for?
Differentiate between an array and a list?
Can I have a reference as a data member of a class? If yes, then how do I initialise it?
Explain the extern storage classes in c++.
Why was c++ made?
What are the steps in the development cycle?
When do we use copy constructors?
Will a catch statement catch a derived exception if it is looking for the base class?
What are the general quetions are in DEna bank manager IT/System interviews?
How should a contructor handle a failure?
How should runtime errors be handled in c++?
Explain storage qualifiers in c++.
Can constructor be private in c++?
What are static and dynamic type checking?