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 does namespace mean in c++?
an operation between an integer and real always yeilds a) integer result b) real result c) float result
program in c++ to input digits and print in words
Describe private, protected and public – the differences and give examples.
What is the handle class?
What does floor mean in c++?
What is the return value of the insertion operator?
What is a memory leak c++?
Differentiate between the message and method?
find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.
What is the use of string in c++?
What does #define mean in c++?