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

Which format specifier is used for printing a pointer value?

576


What is a virtual destructor? Explain the use of it?

545


What are the steps in the development cycle?

613


Comment on assignment operator in c++.

709


What is a string example?

547






What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?

636


What is meant by iomanip in c++?

604


Can user-defined object be declared as static data member of another class?

552


Discussion on error handling of C++ .

644


How can you quickly find the number of elements stored in a static array? Why is it difficult to store linked list in an array?

581


What is the use of bit fields in structure declaration?

538


What is the advantage of c++ over c?

558


Is c++ still in demand?

632


What is a dll entry point?

560


If you want to share several functions or variables in several files maitaining the consistency how would you share it?

552