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
Explain the concept of friend function in c++?
What are c++ redistributables?
Can we use struct in c++?
What are the operators in c++?
What is the use of endl in c++?
Why namespace is used in c++?
What is else syntax in c++?
What is name hiding in c++?
What is a memory leak c++?
What is an associative container in c++?
Why do we use setw in c++?
Write my own zero-argument manipulator that should work same as hex?
What is the need of a destructor?
What are separators in c++?
What is helper in c++?