what is data Abstraction? and give example
Answer Posted / raghul
IT IS A PROCESS OF SEPARATING ESSENTIAL AND NON-ESSENTIAL INFORMATION ABOUT A CLASS OR OBJECT.
A CLASS OR OBJECT MAY HAVE NUMBER OF INFORMATION ASSOCIATED WITH IT.
FOR DIFFERENT USERS DIFFERENT SET OF INFORMATION
EXAMPLE:- #INCLUDE <IOSTREAM>
USING NAMESPACE STD
INT MAIN()
{
COUT<<"HELLO C++"<<END1;
RETURN 0;
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is vector string in c++?
How can an improvement in the quality of software be done by try/catch/throw?
What is pure virtual function?
Is it possible for the objects to read and write themselves?
Is empty stack c++?
What is the real purpose of class – to export data?
Why do we need templates?
Why is c++ difficult?
Define a nested class.
True or false, if you keep incrementing a variable, it will become negative a) True b) False c) It depends
How do you write a function that can reverse a linked-list?
What do you mean by delegate? Can a user retain delegates?
What is abstraction with real time example?
Is c++ a difficult language?
What are all predefined data types in c++?