what is data Abstraction? and give example
Answer Posted / umair
data abstraction mean definning somthing but not in detail
there are two types of data abstraction
e.g
main()
{
add();
sub();
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is public, protected, private in c++?
What is void pointer in c++ with example?
What are register variables?
What does namespace mean in c++?
Describe private, protected and public?
How do you import payscale data from non SAP to SAP?is it through LSMW or any other way is there?
What are the c++ access specifiers?
Are strings immutable in c++?
How do I tokenize a string in c++?
Give 10 points of differences between C & C++.
How do you compile the source code with your compiler?
How do you clear a buffer in c++?
what is pre-processor in C++?
What are arithmetic operators?
What is buffer and example?