WHAT IS ABSTRUCT DATA TYPE ?
PLEASE EXPLAIN IT.

Answers were Sorted based on User's Feedback



WHAT IS ABSTRUCT DATA TYPE ? PLEASE EXPLAIN IT...

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

WHAT IS ABSTRUCT DATA TYPE ? PLEASE EXPLAIN IT...

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

WHAT IS ABSTRUCT DATA TYPE ? PLEASE EXPLAIN IT...

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

WHAT IS ABSTRUCT DATA TYPE ? PLEASE EXPLAIN IT...

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

Post New Answer

More OOPS Interview Questions

Write a program in c++ to read two floating point numbers and find their sum and average.

2 Answers  


What is new keyword in oops?

0 Answers  


Why do we use polymorphism in oops?

0 Answers  


write a program that takes input in digits and display the result in words from 1 to 1000

0 Answers   Wipro,


create a class complex having real and imaginary part of a complex no. as a data member. overload the binary operators(+,- and *) to perform the operations on complex no. objects. overload binary operator using friend function.

2 Answers   CTS, Delhi University,






how much classes are used in c++

5 Answers  


Does c++ support multilevel and multiple inheritance?

9 Answers   IBS, Wipro,


write a program to find 2 power of a 5digit number with out using big int and exponent ?

0 Answers  


How can we use the preprocessor #if and #elseif.

2 Answers  


What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?

0 Answers   IBM,


Explain the advantages of inheritance.

0 Answers   TCS,


Hi All, I am new to programming and want to know how can i write a code to take input of 2 numbers from user and swap it without using a temp variable?

2 Answers   NIIT,


Categories