Please enable JavaScript.
Coggle requires JavaScript to display documents.
ENTORNO DE DESARROLLO INTEGRADO (CLASES (Clase Math: Redondeo,max, min,…
ENTORNO DE DESARROLLO INTEGRADO
OPERADORES
Aritméticos: +,-,*,/,%
Lógicos: &&,||,^^
TIPO DE VALOR
Numérico
int, long float,double,decimal
No numérico
Cadena de caracteres string,char
MODIFICADORES DE ACCESO
Public
Private
Internal
Protected
Protected Internal
CLASES
Clase Math: Redondeo,max, min, trigonometría,
valor absoluto, logaritmo,raíz cuadrada
Métodos, constructores,propiedades, constantes,
campos, atributos, variables
Class Library
INSTRUCCIONES
Selección (switch)
Iteración (do, for, while, do while)
Salto (break, continue, goto, return)
Control de excepciones (throw, try catch, try finally, try catch finally
LENGUAJES
C#, C++, VB.NET,J#,F#
PROGRAMACIÓN ORIENTADA A OBJETOS
Herencia, polimorfismo, encapsulación
ELEMENTOS
Cuadro de herramientas, explorador de soluciones, editor,
navegador, propiedades, ayudas dinámicas, lista de tareas,
origen de datos, entre otras.