what is data Abstraction? and give example
Answer Posted / deepak
data abstaction is process of hiding the datamambers of one
class by using private access spcifier from other class
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Do you know the use of vtable?
What is a template in c++?
What are default parameters? How are they evaluated in c++ function?
How can virtual functions in c++ be implemented?
What is a multiset c++?
What is the use of :: operator in c++?
What is a singleton c++?
What is the return value of the insertion operator?
What is the difference between interpreters and compilers?
What is #include iostream?
What do you mean by public protected and private in c++?
Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?
What is problem with overriding functions?
What is private, public and protected inheritance?
Why is it necessary to use a reference in the argument to the copy constructor?