what is data Abstraction? and give example

Answer Posted / gaurav chauhan

Abstraction is the process
of identifying the essential
aspect of an entity and
ignoring the unimportant
properties

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we distribute function templates and class templates in object libraries?

583


What is #include cmath?

656


Why c++ is faster than java?

590


What is a dangling pointer in c++?

652


Why do we need c++?

593






Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---

1641


Are vectors faster than arrays?

567


Where are setjmp and longjmp used in c++?

609


What do you mean by function overriding & function overloading in c++?

596


What is the main purpose of c++?

539


What is extern c++?

517


How does list r; differs from list r();?

685


If a header file is included twice by mistake in the program, will it give any error?

547


Is java a c++?

556


What is a local reference?

667