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


Please Help Members By Posting Answers For Below Questions

What are the advantages of using friend classes?

847


Write about the stack unwinding?

819


What's the most powerful programming language?

773


Is recursion allowed in inline functions?

785


What is the use of function pointer?

742


Will rust take over c++?

769


an integer constant must have atleast one a) character b) digit c) decimal point

769


Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list

786


What are the differences between the function prototype and the function defi-nition?

806


What are c++ stream classes?

763


What new()is different from malloc()?

783


Which bit wise operator is suitable for turning off a particular bit in a number?

841


Does c++ have string data type?

867


Which operator cannot overload?

781


What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required

766