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
What is capacity in vector in c++?
What is the full form of dos?
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 Can we make any program in c++ without using any header file and what is the shortest program in c++. What is a class template? What are the uses of c++ in the real world? What happens when you make call 'delete this;'? When should overload new operator on a global basis or a class basis? What is a class template in c++? How do you establish an is-a relationship? What is a c++ class? How do you import payscale data from non SAP to SAP?is it
through LSMW or any other way is there? Explain data encapsulation? Is python better than c++? What is a tree in c++?