kamasymo
2006-04-14 15:19:13 UTC
tag, that tag will use whatever the user's Web browser has set for a default font face and size. That's inheritance.
Also, if in PHP, I set the following:
$x = "hello world";
$x = 5;
I have demonstrated polymorphism; $x was first a string, now it's an integer.