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
How do you find out if a linked-list has an end?
What is null and void pointer?
What are the advantages of using a pointer? Define the operators that can be used with a pointer.
What is the extension of c++?
Mention the purpose of istream class?
What are 2 ways of exporting a function from a dll?
What is the disadvantage of using a macro?
What does asterisk mean in c++?
What are references in c++?
What's the order in which the local objects are destructed?
What is a container class? What are the types of container classes in c++?
What is implicit pointer in c++?
What does extern mean in a function declaration in c++?
Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].
Describe public access specifiers?