<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Inheritance :: CC 210 Textbook</title>
    <link>https://textbooks.cs.ksu.edu/cc210/13-inheritance/03-inheritance/video/index.html</link>
    <description>Resources Slides Video Script In this module, we’ll learn how we can enhance the classes and objects we are creating in our programs by using inheritance to share attributes and methods between related classes.&#xA;A great example in the real world would be writing classes to represent animals such as dogs, cats, and mice. It is easy to see that there are numerous differences between each of these, but there are lots of similarities as well. So, if we want to write a program that includes classes that represent dogs, cats, and mice, we might want to use inheritance to represent the similarities between each species, helping us minimize the amount of code we need to write.</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 27 Jun 2024 15:52:41 -0500</lastBuildDate>
    <atom:link href="https://textbooks.cs.ksu.edu/cc210/13-inheritance/03-inheritance/video/index.xml" rel="self" type="application/rss+xml" />
  </channel>
</rss>