what is data Abstraction? and give example
Answer Posted / kariuki wamae
data abstruction is concept of the oop where the
implementation details of a program are ignored to work on
a much higher level of the program.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Is c# written in c++?
What does the linker do?
When is the destructor called?
What do you understand by pure virtual function? Write about its use?
Write a program to concatenate two strings.
What is virtual base class?
Do you know what are pure virtual functions?
Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
How much do coding jobs pay?
Explain the term memory alignment?
What is the object serialization?
Which bit wise operator is suitable for checking whether a particular bit is on or off?
Tell me can a pure virtual function have an implementation?
What are the storage qualifiers?
What return value must conversion operators have in their declaration?