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
Explain the auto storage classes in c++.
Do the parentheses after the type name make a difference with new?
Can a constructor be private?
When should overload new operator on a global basis or a class basis?
What is an orthogonal base class in c++?
What is the this pointer?
What are the extraction and insertion operators in c++? Explain with examples.
What is the full form of india?
What is c++ vb?
What kind of jobs can I get with c++?
How important is c++?
Define the process of handling in case of destructor failure?
Does c++ have arraylist?
What are the effects after calling the delete this operator ?
Write a Program to find the largest of 4 no using macros.