Dictionary is an abstract class, whose object allows to retrieve to store the data in the form of (key, value) pair. An object of Dictionary never allows duplicate values as key objects and null values.