what is data Abstraction? and give example
Answer Posted / aniruddha kalburgi.
Data Abstraction is the way of hiding the unessential data
to reduce the complexity in front of user of a computer. The
programmer can decide what the data to be hided or what part
is essential to shown to user...
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Describe the advantages of operator overloading?
What is a template in c++?
What is difference between class and function?
What does new return if there is insufficient memory to make your new object?
What are keywords in c++?
Is c++ a float?
What are friend classes? What are advantages of using friend classes?
What is the oldest programming language?
What are smart pointers?
How does list r; differs from list r();?
What does n mean in c++?
Do class declarations end with a semicolon? Do class method definitions?
Explain the problem with overriding functions
Explain the properties and principles of oop.
Explain terminate() function?