Object oriented programming (OOPs) is based on concept of “Objects”. Object : Object is real entity of class, or we can say it instance of class. object is collection of attributes and behavior. For example, a dog is an object and its attributes are like as color, name, breed and […]