Data Type Data Structure for beginner

Pending.....
Data types

   Abstract Data Type:

 A data type that is defined by a programmer according to the point of view of the user.
Abstract Data type is not defined by programming language this is a data type which we define according to our need



Primitive and Non-Primitive Data Structure.

Primitive. 

Primitive is the most basic data types available within the Programing language. There are some examples: boolean, byte, char, short, int, long, float and double. These types serve as the building blocks of data manipulation in a programming language.


 Non-Primitive.

The data which is a collection of other data types( primitive or non-primitive) is known as the non-primitive data structure.





.













Comments

Popular posts from this blog

A publishing company that markets both book and audio-cassette in java. (Solution)

Create a class named Movie that can be used with your video rental business in java

informed Search and Uninformed Search