what is data Abstraction? and give example
Answer Posted / sachin
Data Abstraction is the process which represent essential
feature without implementation of details.
Ex. Soccer Ball, Ball is having same structure behavior
like common ball
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what kind of projects are suitable for c and c++
What is a rooted hierarchy?
What is the difference between interpreters and compilers?
Define vptr.
What is a map in c++?
What is double in c++?
What does ios :: app do in c++?
You want to link a c++ program to c functions. How would you do it?
write a porgram in c++ that reads an integer and print the biggest digit in the number
How do you invoke a base member function from a derived class in which you’ve overridden that function?
What do you mean by function and operator overloading in c++?
Write a program using GUI concept for the scheduling algorithms in Operating system like SJF,FCFS etc..
What are built-in functions? What is the syntax for the definition?
Does c++ have arraylist?
Is c++ platform dependent?