Computer Science, asked by bajwa6211, 1 year ago

Define abstract data type and objects in data structure

Answers

Answered by nathanjcheong
0

Abstract Data Type - a.k.a. ADT is a theoretical data type largely defined by operations and work on it and limitations that apply.

Objects of data structure are different than data structure cause the objects hide their data behind abstractions and expose functions that operate on that data

Answered by cyrusbishop
0

Answer:

Abstraction refers to an act of representing essential features without including background details. Since, a class uses the property of abstraction, it is also called as abstract data type.

Object is a unique entity, which contains data and functions that is characteristics and behaviours together in an object oriented programming language.

Similar questions