what is data Abstraction? and give example
Answer Posted / deepak
Data abstraction is process of dfining the function & it is
used several times as needed with the required properties
| Is This Answer Correct ? | 172 Yes | 468 No |
Post New Answer View All Answers
State the difference between pre and post increment/decrement operations.
What do you mean by public protected and private in c++?
What is the array and initializing arrays in c++?
How do you declare A pointer to function which receives an int pointer and returns a float pointer
What is rtti in c++?
Const char *p , char const *p What is the difference between the above two?
What are static type checking?
What is object file? How can you access object file?
What is the use of string in c++?
Explain the difference between using macro and inline functions?
What is the error in the code below and how should it be corrected?
What is the best c++ ide?
What is nested class in c++?
What is the main purpose of overloading operators?
What is a node class in c++?