adt and oo Most of the programming languages provide a group of predefined data type Atom data type int float double Structure data type-array, struct
ADT and OO Most of the programming languages provide a group of predefined data type. Atom data type — int, float, double…… Structure data type—array, struct,……
adt and oo 2. ADTS: Abstract Data Types Abstract: is a method used to hide the information Example Int x float x,y X=735 abstract of int data type abstract of float data type assignment operation
ADT and OO 2. ADTs: Abstract Data Types Abstract: is a method used to hide the information. Example: int x ; float x, y: : : x=735; x=x*y+3.0; : : abstract of int data type abstract of float data type assignment operation
adt and oo Abstract data type is a new programming method that part the usage and implementation, in order to encapsulate and hide the information
ADT and OO Abstract data type: is a new programming method that part the usage and implementation, in order to encapsulate and hide the information