What do you mean by abstraction. Explain your answer?
Answer Posted / prashant kuntal
Abstraction means to represent only essential information without including the background detail.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why do we use the using declaration?
How can a struct in c++ differs from a struct in c?
What is the difference between #import and #include in c++?
If a header file is included twice by mistake in the program, will it give any error?
What is c++ virtual inheritance?
Should I learn c or c++ first?
What is the full name of logo?
Why c++ is called oop?
What do you mean by overhead 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 What is the use of bit fields in structure declaration? what is multi-threading in C++? What do you mean by translation unit in c++? Can a class be static in c++? Are c and c++ similar?