Answer Posted / arun upadhyay
Abstraction is basically the data types,information
associated with a function,object which may not be required
by user therefore that unnecessary data is hidden from user.
e.g. int a, only data type nature is provided not about
its memory space.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is balance factor?
Get me an image implementation program.
How do you explain polymorphism?
What is an advantage of polymorphism?
What is the difference between static polymorphism and dynamic polymorphism?
What is polymorphism oop?
What does and I oop mean in text?
What is the renewal class?
What is object-oriented programming? Webopedia definition
What are the 3 pillars of oop?
What exactly is polymorphism?
write a program that takes input in digits and display the result in words from 1 to 1000
Why is destructor used?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What are benefits of oop?