what is data Abstraction? and give example
Answer Posted / jaikant mishra
Data Abstraction refers to the act of representing
essential features without including its background details.
it is the selective examination of certain aspects of a
problem.the goal of abstraction is to isolate those apects
that are important for some purpose and surpress the other
that are unimportant.different abstraction for the same
thing are possible.
ex:
the information required by a carpenter for furnishing a
building is different from the information required by a
plumber or electrician for working on the same building
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Mention the ways in which parameterized can be invoked.
What is a unnitialised pointer?
What is vectorial capacity?
What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0
Do you know what are static and dynamic type checking?
Carry out conversion of one object of user-defined type to another?
Is swift a good first language?
Is overriding possible in c++?
What is the protected keyword used for?
Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?
If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?
How much is c++ certification?
How do c++ struct differs from the c++ class?
What do c++ programmers do?
what is c++