In defining the constructor

why this pointer is used for key and not for value

hello @great

we use this ,if member varaible name is same as local varaible.

in constructor we are facing same issue with key thats why we have used this operator with key.

for value we can use but its not required