Search icon
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Lua Quick Start Guide

You're reading from  Lua Quick Start Guide

Product type Book
Published in Jul 2018
Publisher Packt
ISBN-13 9781789343229
Pages 202 pages
Edition 1st Edition
Languages
Author (1):
Gabor Szauer Gabor Szauer
Profile icon Gabor Szauer

Inheritance

A key concept in OOP is inheritance. Inheritance allows one class to inherit functionality from another class. The class being inherited from is the parent class, the class that inherits is the child class. Another way to say this is that the child class derives from the parent class.

The child class can access all the variables and functions of its parent class. In addition to access, the child class can provide its own implementation for any function inherited from the parent class. The child class re-implementing a function of a parent class is known as function overriding.

Inheritance does not have to be linear. Single inheritance allows one object to inherit functionality from only one direct ancestor. Multiple inheritance allows one child class to have multiple parent classes.

Multiple inheritance has some inherent problems. One of the biggest problems of multiple...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}