what is data Abstraction? and give example
Answer Posted / abhishek
data abstraction is a process of idenification the
impleaction without the
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between ++ count and count ++?
What is a hash function c++?
Explain pass by value and pass by reference.
Write bites in Turbo c++ Header ("Include") Files.
What is the use of turbo c++?
What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00
Difference between a copy constructor and an assignment operator.
What is the arrow operator in c++?
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 How can I disable the "echo" feature? What is class and structure in c++? What are the advantages of using pointers in a program? Difference between delete and free. What is size_type? Tell me what are static member functions?