what is data Abstraction? and give example
Answer Posted / kamal lochan jena.
It is process of creating a new data_type using encapsulated
items.
Ex: class Name
{
int age;
char Name[20];
public:
getdata();
putdata();
};
Here the class body contains the encapsuleted data items.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain mutable storage class specifier.
How delete [] is different from delete?
Is swift faster than go?
What is a .lib file in c++?
Why do we use iterators?
Can you pass an array to a function in c++?
What are the types of container classes?
What is the hardest coding language to learn?
Why are pointers used?
What are the two types of polymorphism?
Is map ordered c++?
How c functions prevents rework and therefore saves the programers time as wel as length of the code ?
What is the basic of c++?
What does scope resolution operator do?
List the merits and demerits of declaring a nested class in C++?