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
What does the linker do?
Does c++ support multilevel and multiple inheritances?
Explain bubble sorting.
What would happen on forgetting [], while deallocating an array through new?
How can I improve my c++ skills?
What kind of jobs can I get with c++?
How much do c++ programmers make?
What is null c++?
Do you know the problem with overriding functions?
Explain the isa and hasa class relationships. How would you implement each?
What do you mean by persistent and non persistent objects?
Which format specifier is used for printing a pointer value?
Is swift faster than go?
What is the identity function in c++? How is it useful?
How can you quickly find the number of elements stored in a dynamic array?