what is data Abstraction
Answers were Sorted based on User's Feedback
Answer / narasimulu24
Abstraction refers to the act of representing essential
features without including background process or
implementing details.
| Is This Answer Correct ? | 16 Yes | 0 No |
Answer / sumithra.a
Data Abstraction is the process of hiding unwanted details
from user.
| Is This Answer Correct ? | 6 Yes | 0 No |
What are the advantages of using const reference arguments in a function?
What is a container class? What are the types of container classes?
What are the different operators in C++?
Why isn't sizeof for a struct equal to the sum of sizeof of each member?
What is the arrow operator in c++?
difference between c and c++?
38 Answers Cognizant, IBM, Infosys, Oracle, Sarva Shiksha Abhiyan, Wipro,
What is bubble sort c++?
Implement strncpy
What are the different data types present in C++?
How do you generate a random number in c++?
Describe about storage allocation and scope of global, extern, static, local and register variables?
Do class declarations end with a semicolon? Do class method definitions?