Write a class definition line and a one line docstring for the class Dog. Write an init__ method for the class Dogthat gives each dog its own name and breed. Test this on a successful creation of a Dog object >>> import dog >>> sugar = dog.Dog('Sugar', 'border collie') >>> sugar.name 'Sugar' >>> sugar.breed

Microsoft Visual C#
7th Edition
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Joyce, Farrell.
Chapter10: Introduction To Inheritance
Section: Chapter Questions
Problem 20RQ
icon
Related questions
Question

Please Help ASAP!!!

 

 

Write a class definition line and a one line docstring for the class Dog. Write an__init_ method for the
class Dog that gives each dog its own name and breed. Test this on a successful creation of a Dog object.
>>> import dog
>>> sugar = dog.Dog('Sugar', 'border collie)
>>> sugar.name
'Sugar'
>>> sugar.breed
'border collie'
Transcribed Image Text:Write a class definition line and a one line docstring for the class Dog. Write an__init_ method for the class Dog that gives each dog its own name and breed. Test this on a successful creation of a Dog object. >>> import dog >>> sugar = dog.Dog('Sugar', 'border collie) >>> sugar.name 'Sugar' >>> sugar.breed 'border collie'
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 5 steps with 3 images

Blurred answer
Knowledge Booster
Reference Types in Function
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT