Questions tagged as 'campos'

3
answers

Is it mandatory to put the same attributes in different constructors?

I have these builders: // 1st Builder - Create a bike with a new frame public Motociclo (String marca, String modelo, float peso, int robustez) { //Nivel 2 this.marca = validarMarca(marca); this.modelo = validarModelo(modelo);...
asked by 05.12.2018 / 19:59
1
answer

What would be the difference between fields and variables in C #?

What would be the difference between fields and variables in C #?     
asked by 26.10.2018 / 05:01
2
answers

How to read comments from MySQL table fields?

This command    SHOW COLUMNS FROM [table name]; Show the fields of a table and the most important details of them I need to read the field comments, eg:    COLUMN cod_id INT (10) UNSIGNED NOT NULL COMMENT 'CODE   CLIENT '...
asked by 09.08.2018 / 15:42
0
answers

Add fields in FullCalendar

Good evening! I'm looking to develop a task manager for office workers. I saw some videos about FullCalendar and saw that in the standard it accepts the following fields: ID, Title, Start, End and Color. I would like, besides these events, to be...
asked by 21.11.2018 / 22:51