what is data Abstraction? and give example
Answer Posted / santosh kumar
Abstraction is one of the most powerful and vital features provided by object-oriented programming language. Modularity is very important in any programming language, it provides flexibility to users for using the programming language. This aspect is well achieved with high performance by the concept of abstraction. In object-oriented programming language the programmer can abstract both data and code when needed.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is function declaration in c++ with example?
What's the most powerful programming language?
What are friend classes?
Is c++ high level programming language?
Difference between overloading vs. Overriding
Define a nested class.
List the special characteristics of constructor.
Explain the static storage classes in c++.
Can you Mention some Application of C/C++?
describe private access specifiers?
Explain the concept of copy constructor?
What is buffer and example?
How many different levels of pointers are there?
Explain the difference between c & c++?
What is object in c++ wikipedia?