what is data Abstraction? and give example
Answer Posted / karthick
Abstraction is the process of exhibiting only the essential
characteristics of an object depending on programmers
view.It is complement to encapsulation.
| Is This Answer Correct ? | 359 Yes | 101 No |
Post New Answer View All Answers
write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)
Is swift faster than c++?
Explain one-definition rule (odr).
What is dev c++ used for?
Differentiate between a pointer and a reference with respect to c++.
What is the use of pointer in c++ with example?
What is the use of vtable?
Give an example of run-time polymorphism/virtual functions.
Which is better turbo c++ or dev c++?
what are the iterator and generic algorithms.
What is unary operator? List out the different operators involved in the unary operator.
What are the storage qualifiers?
What is the difference between public and private data members?
What is function overloading c++?
What do you understand by zombie objects in c++?