Gerente= EstablecerPrecio
2015-02-19 07:01:35 9 举报
在这段代码中,`Gerente`被赋值为`EstablecerPrecio`。这意味着`Gerente`变量现在引用或指向了`EstablecerPrecio`这个函数。通过这种方式,我们可以在程序的其他地方调用`Gerente`来执行`EstablecerPrecio`函数的功能。这种赋值方式常见于面向对象编程中,其中对象的属性和方法可以被视为变量和函数。通过将方法赋值给属性,我们可以更方便地在代码中使用该方法。
作者其他创作
大纲/内容
Poner precioProductos()
Verificar()
:Inventario
MostrarpaginaWebDatosInventario
:Productos
MostrarInventarioActualizado
obtieneProductos()
RegresarInventarioActualizado
ProveerinicioDeSesion
IniciarSesion()
:Controlador interfaz poner precio productos
RegresarProductos para ponerlle precio
:Interfaz poner precio productos
regresarDatosInventario()
Administrador
RegresarpaginaWebDatosInventario
:ActualizarInventario
0 条评论
下一页