Problem #854
C++ using OBJECT ORIENTED PROGRAMMING
Write a C++ program to create a class called "Dog" with a name and breed attribute. Create two instances of the "Dog" class, set their attributes using the constructor and modify the attributes using the setter methods and print the updated values.