what is data Abstraction? and give example
Answer Posted / byomakesh panda
The characteristics that allows program-data independence
and program-operation independence is called Data
Abstraction.
| Is This Answer Correct ? | 61 Yes | 89 No |
Post New Answer View All Answers
Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?
What is a c++ vector?
Write about the retrieval of n number of objects during the process of delete[]p?
What is an associative container in c++?
Please explain the reference variable in c++?
Explain the properties and principles of oop.
What are protected members in c++?
What is the arrow operator in c++?
Why do we use classes in c++?
Explain one method to process an entire string as one unit?
What methods can be overridden in java?
How do you invoke a base member function from a derived class in which you’ve overridden that function?
I was a c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the object is local to the function, it no more exists after returning from the function. The pointer, therefore, is invalid outside.
What is a node class in c++?
what is a reference variable in C++?