what is data Abstraction? and give example
Answer Posted / pintu gupta
in oops the data abstraction is defined as represent
essential features without including background details or
implementation details.class use the concept of data
abstraction.
| Is This Answer Correct ? | 135 Yes | 49 No |
Post New Answer View All Answers
Explain the difference between c & c++?
What is an iterator?
What is object oriented programming (oop)?
What is difference between class and function?
What is a constructor in c++ with example?
Explain the operation of overloading of an assignment operator.
How do you find out if a linked-list has an end?
Explain the difference between abstract class and interface in c++?
Do you know what is overriding?
What do you mean by storage classes?
Define a nested class. Explain how it can be useful.
Explain the volatile and mutable keywords.
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Difference between delete and free.
What methods can be overridden in java?