what is data Abstraction? and give example
Answer Posted / saranya
data abstraction is the process of representing the
essential features not including the background details.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you master coding?
What are the three forms of cin.get() and what are their differences?
Why c++ is called oop?
Is java the same as c++?
If I is an integer variable, which is faster ++i or i++?
What does ctime() do?
What is a wchar_t in c++?
What is a dangling pointer in c++?
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
Differences between private, protected and public and give examples.
Why do we need c++?
Does c++ have foreach?
Write a program to concatenate two strings.
What is an overflow error?
What is the type of this pointer in c++?