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
What is the use of setprecision in c++?
What is buffer and example?
What is a type library?
How do I run a program in notepad ++?
What are pointer-to-members? Explain.
Where and why do I have to put the "template" and "typename" keywords?
What are pointers used for c++?
What is class and structure in c++?
What is c strings syntax?
What is else syntax in c++?
What is data types c++?
Define anonymous class.
Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort
What are the steps in the development cycle?
What is class definition in c++ ?