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
Using a smart pointer can we iterate through a container?
What is the advantage of c++ over c?
What does asterisk mean in c++?
What is #include c++?
What do you mean by function overriding & function overloading in c++?
Define vptr.
Is c++ a low level language?
Why is main function important?
What is a unnitialised pointer?
Why do we use iterators?
What are c++ files?
How many types of modularization are there in c++?
What is token c++?
What is ios in c++?
Explain the auto storage classes in c++.