what is data Abstraction? and give example

Answer Posted / m.harikrishnam raju

It refers we can represents essential features without
including background details and explanations
ex:
index of text book.
class School
{
void sixthclass();
void seventhclass();
void tenthclass();
}

Is This Answer Correct ?    205 Yes 69 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that

606


Is main a class in c++?

550


Can c++ do everything c can?

588


What is the v-ptr?

627


What is purpose of new operator?

587






Explain operator overloading.

593


What can c++ be used for?

576


What are c++ manipulators?

599


What will the line of code below print out and why?

316


We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?

572


What is an adaptor class or wrapper class in c++?

598


Can you overload the operator+ for short integers?

589


How do you flush std cout?

558


What is isdigit c++?

563


Is vector a class in c++?

587