what is data Abstraction? and give example
Answer Posted / rishabh
Data Abstraction : It is a process of representing only the
essential features of any object without including
implement details...
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How java is different from c and c++?
What are the rules about using an underscore in a c++ identifier?
What are shallow and deep copies?
What happens when the extern "c" char func (char*,waste) executes?
What is the basic difference between C and C++?
In c++, what is the difference between method overloading and method overriding?
What is polymorphism in c++? Explain with an example?
What does asterisk mean in c++?
What are the defining traits of an object-oriented language?
What are function prototypes?
Declare a class vehicle and make it an abstract data type.
Is it possible to get the source code back from binary file?
Define friend function.
Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)
What is c++ & why it is used?