data type an implementation of an abstract data


Data type

An implementation of an abstract data type on a computer.

Therefore, for instance, Boolean ADT is implemented as the Boolean type in Java, and bool type in C++; the Integer ADT is realized as the int and long types in Java, and Integer class in Ruby; String ADT is implemented as the String class in Java and Ruby.

 

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: data type an implementation of an abstract data
Reference No:- TGS0356348

Expected delivery within 24 Hours