Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is the need of abstraction? what is abstraction?what
is the abstraction for stack?

Answers were Sorted based on User's Feedback



what is the need of abstraction? what is abstraction?what is the abstraction for stack?..

Answer / mms zubeir

As I answered one of the questions here, the abstraction is
nothing but declaration of a concept in software terms
which does not exist in real-world.

For example, mango, drumstick, brinjal, potato are all
vegetables. But "Vegetable" is just a concept and it has no
real-world existance.

To represent these kind of concept in software terms, we
need abstration.

On the other hand, the mango, brinjal, ... are all have
concrete implementations since they have certain properties
and can do some operations on them in the real world.

I couldn't get the third question "abstraction for stack",
but I try to answer with what I understood.

Normally, stack's operations include push, pop, top, size,
empty e.t.c. If we define an interface with these, it ll be
an abstraction for stack. Let me know if it doesn't answer
your question.

Is This Answer Correct ?    6 Yes 0 No

what is the need of abstraction? what is abstraction?what is the abstraction for stack?..

Answer / 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

what is the need of abstraction? what is abstraction?what is the abstraction for stack?..

Answer / xxx

to abstract require set of data & hiding there abstraction details from outside enviroment

Is This Answer Correct ?    1 Yes 0 No

what is the need of abstraction? what is abstraction?what is the abstraction for stack?..

Answer / chandrakala

plz give me the correct answer

Is This Answer Correct ?    1 Yes 1 No

what is the need of abstraction? what is abstraction?what is the abstraction for stack?..

Answer / rama

Abstraction refers to the act of representing essential features without including the background details or explanation. Classes use the concept of abstraction and are defined as a list of abstract attributes such as size,weight,and cost, and function to operate on these attributes.

Is This Answer Correct ?    0 Yes 0 No

what is the need of abstraction? what is abstraction?what is the abstraction for stack?..

Answer / vara prasad

Abstraction is nothing but the hierarchical clasification
of complex system. that is abstraction is a process to
break the complex system in to small manageble parts.

It is use full in coding.

Is This Answer Correct ?    0 Yes 2 No

what is the need of abstraction? what is abstraction?what is the abstraction for stack?..

Answer / 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

what is the need of abstraction? what is abstraction?what is the abstraction for stack?..

Answer / vara prasad

Abstraction is nothing but binding the code and data
together to protect the code and data from out side world.

Is This Answer Correct ?    1 Yes 7 No

Post New Answer

More OOPS Interview Questions

What are the benefits of polymorphism?

0 Answers  


what is the difference between a package and a software?

3 Answers  


What is a class in oop?

0 Answers  


which is platform independent device used in computers

2 Answers  


The IT giant Tirnop has recently crossed a head count of 150000 and earnings of $7 billion. As one of the forerunners in the technology front, Tirnop continues to lead the way in products and services in India. At Tirnop, all programmers are equal in every respect. They receive identical salaries and also write code at the same rate. Suppose 14 such programmers take 14 minutes to write 14 lines of code in total. How long will in take 5 programmers to write 5 lines of code in total ?

6 Answers   TCS,


How to reverse a sentence in c program ex: ram is a good boy answer: boy good a is ram

0 Answers   IBM,


how much classes are used in c++

5 Answers  


They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?

0 Answers  


pointers are support in C#? if yes then how to use it?

8 Answers   Softvision Solution,


WHAT IS THE DIFFERENCE BETWEEN ABSTRUCTION AND ENCAPSULATION? PLEASE EXPLAIN IT.

7 Answers   ETH,


Which is the parameter that is added to every non-static member function when it is called?

3 Answers   Accenture,


any one please tell me the purpose of operator overloading

0 Answers   Amazon,


Categories