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
What do you mean by inheritance in c++? Explain its types.
What are structures and unions?
What are files in c++?
What is an arraylist c++?
Will the following program execute?
Why do we use templates?
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 Distinguish between a # include and #define. what is c++ Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array? What is function overloading c++? Is c++ a good beginners programming language? What do you mean by overhead in c++? Why struct is used in c++? What is difference between n and endl in c++?