WHAT IS ABSTRUCT DATA TYPE ?
PLEASE EXPLAIN IT.
Answers were Sorted based on User's Feedback
Answer / purush
A unique datatype, that is defined by the progrmer.It may
refer to an object class in OOP or to a special data type in
traditional,non-OOP languages.
ADT is a specification of a set of data and the set of
operations that can be performed on the data.This supports
the principle of INFORMATION HIDING.
| Is This Answer Correct ? | 18 Yes | 3 No |
Answer / guest
data abstraction
abstract the data called the background details for ex
[size,weight,cost]
encapsulation
security the data
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / prasad.m.y
Abstraction is nothng but datahiding and encapsulation is wrapping up of data into a single unit.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
what is a virtual class?
5 Answers Cap Gemini, IBM, Infosys, Trinity Technologies,
Why is encapsulation used?
How to Increment the value of the empid E001 for each and every employee by using the programe?
What polymorphism means?
What is polymorphism what are the different types of polymorphism?
What is the expansion of OOPS?
why we are declare the function in the abstract class even though we are declaring it in Derived class?
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
how to swap the variables without using temp and operators
What do we mean by a hidden argument in C++?
What are properties in oop?
How would you stop a class from class from being derived or inherited.