what is data Abstraction? and give example
Answer Posted / ajit
data abstraction is the method of creating new user defined
data types
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What is the role of static keyword for a class member variable?
write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;
What are the advantages of c++?
Can comments be longer than one line?
Can a program run without main function?
What is the importance of mutable keyword?
How many ways can a variable be initialized into in C++?
What is the default width for ouputting a long integer using the insertion operator?
How does class accomplish data hiding in c++?
Why is c++ called oops?
Can there be at least some solution to determine the number of arguments passed to a variable argument list function?
What is a dangling pointer in c++?
Which compiler does turbo c++ use?
Does dev c++ support c++ 11?
What do you mean by overhead in c++?