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


Please Help Members By Posting Answers For Below Questions

given a set based questions and 5 questions based on it next data sufficiciency questions 2 and 2/3 english sentence completion with options very easy and 2 synononmys paragraph with 10 questions 10 minutes replace =,-,*,% with -,%,+,* type questions 5 3 questions lik following itssickhere itssickthere itssickhere istsickhere which is nt alike the others very easy

2145


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?

1403


What is the difference between a mixin and inheritance?

522


Whats oop mean?

588


What is an advantage of polymorphism?

591






What is abstraction and encapsulation?

569


What is property in oops?

565


what is difference between class template and template class?

2157


What is meant by multiple inheritance?

736


Can we define a class within the interface?

553


What is encapsulation and abstraction? How are they implemented in C++?

636


What is the difference between abstraction and polymorphism?

615


can we make game by using c

3418


What is encapsulation in simple terms?

537


assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).

1662