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
Why is c++ a mid-level programming language?
Mention the ways in which parameterized can be invoked.
Can circle be called an ellipse?
What is the latest version on c++?
What is the output of the following program? Why?
Can non graphic characters be used and processed in C++?
Which compiler does turbo c++ use?
What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?
write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.
Write a program which employs Recursion
Do you need a main function in c++?
Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.
What is the copy-and-swap idiom?
Is it legal in c++ to overload operator++ so that it decrements a value in your class?
What happens if a pointer is deleted twice?