WHAT IS ABSTRUCT DATA TYPE ?
PLEASE EXPLAIN IT.

Answer Posted / harsh.chiks

ADT is a set of data values and operations which are
independent of it's implementations.
the best examples of ADT are STACKS,QUEUES...

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what are the realtime excercises in C++?

2334


What is overriding vs overloading?

583


2. Give the different notations for the class.\

1589


What is an example of genetic polymorphism?

650


What is polymorphism programming?

604






What is polymorphism and why is it important?

561


What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?

2105


How does polymorphism work?

635


Can main method override?

584


What is the fundamental idea of oop?

638


What is polymorphism in oops?

558


what is different between oops and c++

2001


What is oops concept with example?

577


Is react oop?

610


What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }

1984