what is data Abstraction? and give example
Answer Posted / guest
Data abstraction is a OO methodology where the data type is
abstracted from implementation.
| Is This Answer Correct ? | 71 Yes | 45 No |
Post New Answer View All Answers
Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL
What is a container class?
Is swift faster than c++?
Write about the scope resolution operator?
Explain the static storage classes in c++.
What are the c++ access specifiers?
What do you mean by public protected and private in c++?
Is c# written in c++?
Is c++ still being used?
Why struct is used in c++?
Explain deep copy?
Describe the advantage of an external iterator.
Tell me difference between constant pointer and pointer to a constant.
What is the meaning of string in c++?
Explain the problem with overriding functions