|
Schulpastoral und Internet
Themen Specials
Suche auf www.schulpastoral.de
Bibliothek auf www.rpi-virtuell.de
|
Home
>>
RSS Center
>>
Tutorial: Inheritance of xoopsForm
RSS Center
XOOPS.org
(08.12.2025 02:40)
Tutorial: Inheritance of xoopsForm
(07.03.2012 03:10)
French XOOPS user br_750 recently published a nice article about inheritance of xoopsForm
class. Here is the English translation:
What is inheritance? Inheritance is a concept specific to Object-Oriented Programming (OOP), to create a new class based on an existing class. The new class "inherits" the properties and methods of the class it inherits from, called "parent" class. The inheriting class is called a "child" class. This definition is very short and you can enhance your knowledge of object-oriented programming on the Web: execution time : 0.042 sec
|