what is the need of abstraction? what is abstraction?what
is the abstraction for stack?
Answer Posted / achal ubbott
Abstraction literally means hiding. Now in OOP the
intention is to hide the complexity. For this reason
generally the data in classes is protected. THis data is
accessible to the functions(some times called behaviour).
OK! now for a user creating an application, it is easier to
use functions using the objects of class rather than
manipulating the data itself. This is how abstraction
works. Abstraction is a conceptual theory or a way of doing
things, not a must.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
write a programe to calculate the simple intrest and compund intrest using by function overlading
• What are the desirable attributes for memory managment?
What is cohesion in oop?
What are classes oop?
Give two or more real cenario of virtual function and vertual object
What is abstraction oop?
Is this job good for future? can do this job post grduate student?
What is constructor overloading in oop?
What is a class and object?
Why do we use oops?
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
Can we create object of interface?
What is abstraction and encapsulation?
#include
What language is oop?