8 Sep

inheritance

Inheritance is one of the fundamental concepts of object orientation and has great significance in software development. Inheritance is used to build new classes on top of existing ones. In doing so, the relationship between the original and new class becomes permanent. A new class is either an extension or a restriction of the original class.

Inheritance comes up in this blog.

Leave a Reply

Your email address will not be published. Required fields are marked *
You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>