2.5 Fundamentals of Object-Oriented Programming Flashcards
(1 cards)
1
Q
What is inheritance?
A
Inheritance means that child classes can access the public attributes and methods from the parent class.
What is inheritance?
Inheritance means that child classes can access the public attributes and methods from the parent class.