what is data Abstraction? and give example
Answer Posted / ahsaan ansari
Data Abstraction refer to know the properties of data rather than that how properties are process.
In another word say "Data Abstraction Emphasis on What rather than How".
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is constant in c++ with example?
How to access a variable of the structure?
Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .
Does a derived class inherit or doesn't inherit?
What is enum class in c++?
Explain binary search.
how can i access a direct (absolute, not the offset) memory
address?
here is what i tried:
wrote a program that ask's for an address from the user,
creates a FAR pointer to that adress and shows it. then the
user can increment/decrement the value in that address by
pressing p(inc+) and m(dec-).
NOW, i compiled that program and opened it twice (in 2
different windows) and gave twice the same address to it.
now look what happen - if i change the value in
one "window" of the program, it DOES NOT change in the
other! even if they point to the same address in the memory!
here is the code snippet:
//------------------------------------------------------
#include Mention the ways in which parameterized can be invoked. Explain the difference between overloading and overriding? What is endl c++? What is a storage class? Mention the storage classes in c++. How do we balance an AVL Tree in C++? If there are two catch statements, one for base and one for derived, which should come first? What is virtual methods? What is ios :: in in c++?