TRABAJO
ORIGEN
<html>
<head><title> PARAMETROS DE OBJETOS </title></head>
<body ">
<h2><center> Parametros de Objetos </center></h2>
include_once (cabecera.php)
<br>
requiere (contenido.php)
<br>
include_once (pie.php)
</body>
</html>
CABECERA
<html>
<head>
<title> <center>Tablas en HTML "XYZ" </center></title>
</head>
<body >
<center>
<table border=2>
<tr>
<td> <img src="info1.jpg" </td>
<td><img src="info2.jpg"</td>
</tr>
<tr>
<td aling="center"> CABECERA </td>
</tr>
</table>
</center>
</body>
</html>
CONTENIDO
<html>
<head>
<title> Contenido </title>
<style type="text/css">
img { width:auto;height:300px; }
</style>
</head>
<body >
<h2> <center> Que es un Objeto? </center> </h2>
<br>
<p><b><center> Un objeto es un tipo de datos compuesto que puede contener cualquier número de variables y funciones. Para inicializar un objeto, puede utilizar la nueva declaración para inicializar el objeto a una variable. </center></b></p>
<br>
<h2> <center> Caracteristicas de un Objeto </center> </h2>
<br>
<p><b><center> Los objetos tienen las siguientes caracteristicas: </center></b></p>
<BR>
<H3> Identidad</H3>
<BR>
<H3> Comportamiento</H3>
<BR>
<H3> Estado</H3>
<BR>
<h2> <center> Que es un Atributo? </center> </h2>
<br>
<p><b><center> Los atributos o propiedades de los objetos pueden ser de cualquier tipo, incluso pueden ser otros objetos. </center></b></p>
<br>
<h2> <center> Que es una Clase? </center> </h2>
<br>
<p><b><center> Una clase es una colección de variables y funciones que trabajan con estas variables. Las variables se definen utilizando var y las funciones utilizando function. </center></b></p>
<br>
<h2> <center> Que es un Metodo? </center> </h2>
<br>
<p><b><center> Un método es una subrutina cuyo código es definido en una clase y puede pertenecer tanto a una clase, como es el caso de los métodos de clase o estáticos, como a un objeto, como es el caso de los métodos de instancia </center></b></p>
</body>
</html>
PIE
<html>
<head>
<title> Contenido </title>
<style type="text/css">
img { width:auto;height:300px; }
</style>
</head>
<body>
</body>
<H2><CENTER>ADRIAN TITO</CENTER></H2>
</body>
</html>
No hay comentarios:
Publicar un comentario