WHAT IS ABSTRUCT DATA TYPE ?
PLEASE EXPLAIN IT.
Answer Posted / 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 |
Post New Answer View All Answers
What is abstract class in oop?
Which method cannot be overridden?
What is interface in oop?
Is html an oop?
Is abstract thinking intelligence?
Can main method override?
What is constructor overloading in oop?
What is the types of inheritance?
What is multilevel inheritance?
what type of questions
Why interface is used?
How do you define a class in oop?
What are functions in oop?
Can an interface inherit a class?
What is abstraction in oops with example?