what is data Abstraction? and give example
Answer Posted / sujit
it is process of representing the essential features
without knowing the background details,
we use the member functions and data members in the class
but we dont know how it works.
EX.
class abc
{int l;
void getdata();
};
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a far pointer? where we use it?
Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.
Who made c++?
What is c++ and its features?
What is the disadvantage of using a macro?
How can you create a virtual copy constructor?
What is a modifier in c++?
What is difference between c++ 11 and c++ 14?
What is the difference between equal to (==) and assignment operator (=)?
What is functions syntax in c++?
Is c++ a good beginners programming language?
What are friend classes? What are advantages of using friend classes?
Explain the auto storage classes in c++.
What is virtual destructor ans explain its use?
Explain the register storage classes in c++.