Questions tagged as 'clase-anidada'

1
answer

Does not allow a pause to be executed within a loop

I'm trying to create a clock from nested while loops but I have not managed it so far <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>reloj</title> </head> <body>...
asked by 12.08.2017 / 06:10
0
answers

Java nested class problems Web services

I have the following class that I generated when making a connection to a web services, this class is called StringMap: package entidades; import java.util.ArrayList; import java.util.List; import javax.xml.bind.annotation.XmlAccessType; impo...
asked by 18.05.2018 / 19:48
2
answers

Some func / class to create class instances by a char * or string in C ++

It is possible to create a instance of a class by searching for char * or string in c ++ 11 strong>: ex: class MyClass:basic_class{}; basic_class* m = (basic_class*)new(typer("MyClass")); I do not know if it's "typer" something li...
asked by 25.05.2017 / 13:33
1
answer

In Javascript. Where the default values are passed in a daughter class (extends). In "super" or in the "constructor"

Where the default values of the past arguments from the superclass (Vehicle) to the daughter class (bicycle) should be placed: class Bicicleta extends Vehiculo { constructor({numeroDeRuedas=2, tieneMotor=false}={}){ super(numeroDeRued...
asked by 30.11.2017 / 13:21
0
answers

how to test for nested classes?

I just start with this @test, someone could help me with just one example for the next case, because within the coverage also asks me to cover this class, and try several things but not. THANK YOU public class MappersVars{ private MappersVar...
asked by 16.02.2018 / 23:30