what is data Abstraction? and give example
Answer Posted / jithin
Data abstraction is the virtue by which the object hides its
internal operation and data members from rest of the
program.
it makes it unnecessary for the client programs to
know how the data is internally arranged in the object.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How would you use the functions sin(), pow(), sqrt()?
Describe linkages and types of linkages?
What are register variables?
What is object oriented programming (oop)?
Which c++ compiler is best?
What is the full name of logo?
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
What are the differences between malloc() and calloc()?
What is the best way to declare and define global variables?
program explaining feautures of c++
Is main a class in c++?
Will c++ be replaced?
When is the destructor called?
What are the various access specifiers in c++?
Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?