Just Say 'A Class Defines a Data Type'.

The article discusses the lack of education regarding data types in computer science courses. The author suggests few computer science students can accurately define data types. A data type describes how entities are represented and utilized by algorithms and are defined by classes including program...

Descripción completa

Detalles Bibliográficos
Publicado en:Communications of the ACM Vol. 51; no. 3; pp. 19 - 22
Autor principal: Chenglie Hu
Formato: Artículo
Publicado: Association for Computing Machinery Mar2008
Materias:
Acceso en línea:Ver este registro en EBSCOhost
Descripción
Sumario:The article discusses the lack of education regarding data types in computer science courses. The author suggests few computer science students can accurately define data types. A data type describes how entities are represented and utilized by algorithms and are defined by classes including programming languages like Java that are oriented around objects. Abstract data types (ADTs) can be particularly difficult for computer science students to comprehend, leading to a focus on objects in computer science education. The author comments that the educational focus on objects may limit effective teaching regarding computer algorithms.