what is data Abstraction? and give example

Answer Posted / sandeep kumar

data abstraction hide the actual implementation or hide the actual working

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write my own zero-argument manipulator that should work same as hex?

589


Explain selection sorting?

639


What is wrapper class in c++?

629


What is the difference between a type-specific template friend class and a general template friend class?

563


When does a 'this' pointer get created?

624






Explain the isa and hasa class relationships. How would you implement each?

616


What is the difference between passing by reference and passing a reference?

561


What is data structure in c++?

663


Is swift faster than c++?

567


What is recursion?

662


Explain how a pointer to function can be declared in C++?

584


What is operators in c++?

567


What is object in c++ example?

626


Why #include is used?

619


write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;

1517