what is data Abstraction? and give example
Answer Posted / faisal
Abstraction is the representation of only the essential features of an object and hiding un essential features of an object.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which bit wise operator is suitable for putting on a particular bit in a number?
What is cout flush?
What is a terminating character in c++?
Do you know about C++ 11 standard?
what are the events occur in intr activated on interrupt vector table
When do we run a shell in the unix system? How will you tell which shell you are running?
What is stream and its types in c++?
Do class method definitions?
Is dev c++ free?
Define the process of handling in case of destructor failure?
What is the use of endl in c++?
How do you import payscale data from non SAP to SAP?is it through LSMW or any other way is there?
What is input operator in c++?
an integer constant must have atleast one a) character b) digit c) decimal point
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?