what is the need of abstraction? what is abstraction?what
is the abstraction for stack?
Answer Posted / ranjit
for the user simplicity .with knowing the internal
details we can use the pakages.in the oops interfaces are
created .with knowing the internal procedure we can use the
interface.
in the large projects in the organization .the team
lader gives the interfaces to the project members they can
impliment that interfaces packages .
ex:-all packages in windows like summation in word pad.
the machanism in stack is "first in last out".
the processes which comes first that will be exicuted last.
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
Why do we use oop?
What are different oops concepts?
What is the difference between abstraction and polymorphism?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
What is polymorphism what is it for and how is it used?
What causes polymorphism?
Why is abstraction used?
Whats oop mean?
How long to learn object oriented programming?
write a program to find 2^n+1 ?
What is polymorphism and its types?
What is abstraction with example?
What is destructor example?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What is encapsulation process?