what is data Abstraction? and give example
Answer Posted / karthick
Abstraction is the process of exhibiting only the essential
characteristics of an object depending on programmers
view.It is complement to encapsulation.
| Is This Answer Correct ? | 359 Yes | 101 No |
Post New Answer View All Answers
Can circle be called an ellipse?
How does com provide language transparency?
What is enum c++?
What is nested class in c++?
Write a struct time where integer m, h, s are its members?
What is vector pair in c++?
What are associate containers?
What are the advantages of pointers?
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
What is pointer to member?
What are virtual functions in c++?
Define stacks. Provide an example where they are useful.
Explain how we implement exception handling in c++?
Is python written in c or c++?
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3