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

If I is an integer variable, which is faster ++i or i++?

781


Explain the difference between c++ and java.

839


Why #include is used?

785


Why is c++ considered difficult?

813


What are the various oops concepts in c++?

780






Can a list of string be stored within a two dimensional array?

747


What is c++ similar to?

815


How can you quickly find the number of elements stored in a static array?

826


What is the main purpose of overloading operators?

786


Explain polymorphism?

810


What are the advantages of using friend classes?

847


What's the best free c++ profiler for windows?

813


Describe the process of creation and destruction of a derived class object?

844


If dog is a friend of boy and boy is a friend of house, is dog a friend of house?

737


Do class declarations end with a semicolon?

763