what is data Abstraction? and give example
Answer Posted / shivika
data abstraction refers to the act of representing
essential features without including the background details
or explanations.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is there a sort function in c++?
What is the main use of c++?
What is lambda expression c++?
explain the reference variable in c++?
What is the use of endl in c++?
Which bit wise operator is suitable for checking whether a particular bit is on or off?
What is a c++ class?
What is array give example?
Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h
What is data type in c++?
Difference between class and structure.
Difference between inline functions and macros?
Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes
What is a friend function in c++?
What is the difference between multiple and multilevel inheritance in c++?